Domain constructor

Domain({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. CustomDomainStatus? customDomainStatus,
  4. String? deleteTime,
  5. bool? disabled,
  6. String? displayName,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? name,
  10. bool? reconciling,
  11. ServingBehavior? serve,
  12. String? type,
  13. String? uid,
  14. String? updateTime,
})

Implementation

Domain({
  this.annotations,
  this.createTime,
  this.customDomainStatus,
  this.deleteTime,
  this.disabled,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.serve,
  this.type,
  this.uid,
  this.updateTime,
});