Release constructor
Release({
- Map<
String, String> ? annotations, - Blueprint? blueprint,
- String? createTime,
- String? etag,
- List<
UnitVariable> ? inputVariableDefaults, - List<
UnitVariable> ? inputVariables, - Map<
String, String> ? labels, - String? name,
- List<
UnitVariable> ? outputVariables, - ReleaseRequirements? releaseRequirements,
- String? uid,
- String? unitKind,
- String? updateTime,
Implementation
Release({
this.annotations,
this.blueprint,
this.createTime,
this.etag,
this.inputVariableDefaults,
this.inputVariables,
this.labels,
this.name,
this.outputVariables,
this.releaseRequirements,
this.uid,
this.unitKind,
this.updateTime,
});