GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination constructor

GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination({
  1. String? commitMessage,
  2. String? trackingBranch,
})

Implementation

GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination({
  this.commitMessage,
  this.trackingBranch,
});