AddressGroup constructor

AddressGroup({
  1. int? capacity,
  2. String? createTime,
  3. String? description,
  4. List<String>? items,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? selfLink,
  8. String? type,
  9. String? updateTime,
})

Implementation

AddressGroup({
  this.capacity,
  this.createTime,
  this.description,
  this.items,
  this.labels,
  this.name,
  this.selfLink,
  this.type,
  this.updateTime,
});