PublicDelegatedPrefix constructor

PublicDelegatedPrefix({
  1. int? allocatablePrefixLength,
  2. String? byoipApiVersion,
  3. String? creationTimestamp,
  4. String? description,
  5. String? fingerprint,
  6. String? id,
  7. String? ipCidrRange,
  8. bool? isLiveMigration,
  9. String? kind,
  10. String? mode,
  11. String? name,
  12. String? parentPrefix,
  13. List<PublicDelegatedPrefixPublicDelegatedSubPrefix>? publicDelegatedSubPrefixs,
  14. String? region,
  15. String? selfLink,
  16. String? status,
})

Implementation

PublicDelegatedPrefix({
  this.allocatablePrefixLength,
  this.byoipApiVersion,
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.ipCidrRange,
  this.isLiveMigration,
  this.kind,
  this.mode,
  this.name,
  this.parentPrefix,
  this.publicDelegatedSubPrefixs,
  this.region,
  this.selfLink,
  this.status,
});