InternalRange constructor

InternalRange({
  1. AllocationOptions? allocationOptions,
  2. String? createTime,
  3. String? description,
  4. List<String>? excludeCidrRanges,
  5. bool? immutable,
  6. String? ipCidrRange,
  7. Map<String, String>? labels,
  8. Migration? migration,
  9. String? name,
  10. String? network,
  11. List<String>? overlaps,
  12. String? peering,
  13. int? prefixLength,
  14. List<String>? targetCidrRange,
  15. String? updateTime,
  16. String? usage,
  17. List<String>? users,
})

Implementation

InternalRange({
  this.allocationOptions,
  this.createTime,
  this.description,
  this.excludeCidrRanges,
  this.immutable,
  this.ipCidrRange,
  this.labels,
  this.migration,
  this.name,
  this.network,
  this.overlaps,
  this.peering,
  this.prefixLength,
  this.targetCidrRange,
  this.updateTime,
  this.usage,
  this.users,
});