GoogleCloudDialogflowCxV3Deployment constructor

GoogleCloudDialogflowCxV3Deployment({
  1. String? endTime,
  2. String? flowVersion,
  3. String? name,
  4. GoogleCloudDialogflowCxV3DeploymentResult? result,
  5. String? startTime,
  6. String? state,
})

Implementation

GoogleCloudDialogflowCxV3Deployment({
  this.endTime,
  this.flowVersion,
  this.name,
  this.result,
  this.startTime,
  this.state,
});