DeploymentGroup constructor

DeploymentGroup({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. List<DeploymentUnit>? deploymentUnits,
  4. Map<String, String>? labels,
  5. String? name,
  6. Status? provisioningError,
  7. String? provisioningState,
  8. String? provisioningStateDescription,
  9. String? state,
  10. String? stateDescription,
  11. String? updateTime,
})

Implementation

DeploymentGroup({
  this.annotations,
  this.createTime,
  this.deploymentUnits,
  this.labels,
  this.name,
  this.provisioningError,
  this.provisioningState,
  this.provisioningStateDescription,
  this.state,
  this.stateDescription,
  this.updateTime,
});