Class ListCloudLocationsResponse
Message for response to listing cloud locations.
Implements
Inherited Members
Namespace: Google.Apis.CloudLocationFinder.v1alpha.Data
Assembly: Google.Apis.CloudLocationFinder.v1alpha.dll
Syntax
public class ListCloudLocationsResponse : IDirectResponseSchema
Properties
CloudLocations
Output only. List of cloud locations.
Declaration
[JsonProperty("cloudLocations")]
public virtual IList<CloudLocation> CloudLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CloudLocation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |