PublicDelegatedPrefixPublicDelegatedSubPrefix constructor

PublicDelegatedPrefixPublicDelegatedSubPrefix({
  1. int? allocatablePrefixLength,
  2. String? delegateeProject,
  3. String? description,
  4. String? ipCidrRange,
  5. bool? isAddress,
  6. String? mode,
  7. String? name,
  8. String? region,
  9. String? status,
})

Implementation

PublicDelegatedPrefixPublicDelegatedSubPrefix({
  this.allocatablePrefixLength,
  this.delegateeProject,
  this.description,
  this.ipCidrRange,
  this.isAddress,
  this.mode,
  this.name,
  this.region,
  this.status,
});