Api constructor

Api({
  1. Map<String, String>? annotations,
  2. String? availability,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? recommendedDeployment,
  9. String? recommendedVersion,
  10. String? updateTime,
})

Implementation

Api({
  this.annotations,
  this.availability,
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.name,
  this.recommendedDeployment,
  this.recommendedVersion,
  this.updateTime,
});