Deployment constructor
Deployment({
- String? createTime,
- String? description,
- String? name,
- SapSystemS4Config? sapSystemS4Config,
- String? serviceAccount,
- SqlServerWorkload? sqlServerWorkload,
- String? state,
- Map<
String, TerraformVariable> ? terraformVariables, - String? updateTime,
- String? workerPool,
- 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,
});