Class SearchIpResourcesResult
A result matching the search query, which can be either a range or a realm.
Implements
Inherited Members
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 |