Class GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination
Settings for exporting to a git branch.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportAgentRequestGitDestination : IDirectResponseSchema
Properties
CommitMessage
Commit message for the git push.
Declaration
[JsonProperty("commitMessage")]
public virtual string CommitMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingBranch
Tracking branch for the git push.
Declaration
[JsonProperty("trackingBranch")]
public virtual string TrackingBranch { get; set; }
Property Value
Type | Description |
---|---|
string |