Class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings
Inheritance
GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings : IDirectResponseSchema
Properties
AccessTokenSecret
Declaration
[JsonProperty("accessTokenSecret")]
public virtual string AccessTokenSecret { get; set; }
Property Value
Branches
Declaration
[JsonProperty("branches")]
public virtual IList<string> Branches { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RepositoryUri
Declaration
[JsonProperty("repositoryUri")]
public virtual string RepositoryUri { get; set; }
Property Value
TrackingBranch
Declaration
[JsonProperty("trackingBranch")]
public virtual string TrackingBranch { get; set; }
Property Value
Implements