PublicDelegatedPrefixPublicDelegatedSubPrefix constructor

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

Implementation

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