Class GoogleCloudDialogflowV2Version
Inheritance
GoogleCloudDialogflowV2Version
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Version : IDirectResponseSchema
Properties
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
VersionNumber
Declaration
[JsonProperty("versionNumber")]
public virtual int? VersionNumber { get; set; }
Property Value
Implements