Class GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
Inheritance
GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RestoreAgentRequestGitSource : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TrackingBranch
Declaration
[JsonProperty("trackingBranch")]
public virtual string TrackingBranch { get; set; }
Property Value
Implements