public sealed class RestoreAgentRequest.Types.GitSource : IMessage<RestoreAgentRequest.Types.GitSource>, IEquatable<RestoreAgentRequest.Types.GitSource>, IDeepCloneable<RestoreAgentRequest.Types.GitSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RestoreAgentRequest.Types.GitSource.
Settings for restoring from a git branch
Implements
IMessageRestoreAgentRequestTypesGitSource, IEquatableRestoreAgentRequestTypesGitSource, IDeepCloneableRestoreAgentRequestTypesGitSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GitSource()
public GitSource()
GitSource(GitSource)
public GitSource(RestoreAgentRequest.Types.GitSource other)
Parameter | |
---|---|
Name | Description |
other |
RestoreAgentRequestTypesGitSource |
Properties
TrackingBranch
public string TrackingBranch { get; set; }
tracking branch for the git pull
Property Value | |
---|---|
Type | Description |
string |