Deployment constructor

Deployment({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. SapSystemS4Config? sapSystemS4Config,
  5. String? serviceAccount,
  6. SqlServerWorkload? sqlServerWorkload,
  7. String? state,
  8. Map<String, TerraformVariable>? terraformVariables,
  9. String? updateTime,
  10. String? workerPool,
  11. String? workloadType,
})

Implementation

Deployment({
  this.createTime,
  this.description,
  this.name,
  this.sapSystemS4Config,
  this.serviceAccount,
  this.sqlServerWorkload,
  this.state,
  this.terraformVariables,
  this.updateTime,
  this.workerPool,
  this.workloadType,
});