Release constructor

Release({
  1. Map<String, String>? annotations,
  2. Blueprint? blueprint,
  3. String? createTime,
  4. String? etag,
  5. List<UnitVariable>? inputVariableDefaults,
  6. List<UnitVariable>? inputVariables,
  7. Map<String, String>? labels,
  8. String? name,
  9. List<UnitVariable>? outputVariables,
  10. ReleaseRequirements? releaseRequirements,
  11. String? uid,
  12. String? unitKind,
  13. 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,
});