ApiVersion constructor

ApiVersion({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? primarySpec,
  8. String? state,
  9. String? updateTime,
})

Implementation

ApiVersion({
  this.annotations,
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.name,
  this.primarySpec,
  this.state,
  this.updateTime,
});