Class GoogleCloudDialogflowV2DocumentReloadStatus
Inheritance
GoogleCloudDialogflowV2DocumentReloadStatus
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2DocumentReloadStatus : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Time
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeDateTimeOffset instead.")]
public virtual object Time { get; set; }
Property Value
TimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeDateTimeOffset { get; set; }
Property Value
TimeRaw
Declaration
[JsonProperty("time")]
public virtual string TimeRaw { get; set; }
Property Value
Implements