Class SearchIpResourcesResponse
Message for response to searching IP resources
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class SearchIpResourcesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token identifying a page of results the server should return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ranges
Deprecated: Use results field instead. The list of ranges matching the search query.
Declaration
[JsonProperty("ranges")]
public virtual IList<Range> Ranges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Range> |
Results
The list of results matching the search query.
Declaration
[JsonProperty("results")]
public virtual IList<SearchIpResourcesResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SearchIpResourcesResult> |
Unreachable
Locations that could not be reached.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |