Show / Hide Table of Contents

Class SearchIpResourcesResult

A result matching the search query, which can be either a range or a realm.

Inheritance
object
SearchIpResourcesResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class SearchIpResourcesResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Range

A range matching the search query.

Declaration
[JsonProperty("range")]
public virtual Range Range { get; set; }
Property Value
Type Description
Range

Realm

A realm matching the search query.

Declaration
[JsonProperty("realm")]
public virtual Realm Realm { get; set; }
Property Value
Type Description
Realm

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX