GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings constructor

GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings({
  1. String? accessToken,
  2. List<String>? branches,
  3. String? displayName,
  4. String? repositoryUri,
  5. String? trackingBranch,
})

Implementation

GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings({
  this.accessToken,
  this.branches,
  this.displayName,
  this.repositoryUri,
  this.trackingBranch,
});