Host constructor

Host({
  1. List<String>? aliasLinks,
  2. String? creationTimestamp,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. String? selfLink,
  8. String? selfLinkWithId,
  9. String? state,
  10. HostStatus? status,
  11. String? zone,
})

Implementation

Host({
  this.aliasLinks,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.selfLink,
  this.selfLinkWithId,
  this.state,
  this.status,
  this.zone,
});