Class GoogleCloudLocationListLocationsResponse
Inheritance
GoogleCloudLocationListLocationsResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudLocationListLocationsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Locations
Declaration
[JsonProperty("locations")]
public virtual IList<GoogleCloudLocationLocation> Locations { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements