Show / Hide Table of Contents

Class SearchCloudLocationsResponse

Message for response to searching cloud locations.

Inheritance
object
SearchCloudLocationsResponse
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.CloudLocationFinder.v1alpha.Data
Assembly: Google.Apis.CloudLocationFinder.v1alpha.dll
Syntax
public class SearchCloudLocationsResponse : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX