Class GoogleCloudLocationLocation
Inheritance
GoogleCloudLocationLocation
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudLocationLocation : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Labels
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
LocationId
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements