PublicDelegatedPrefix constructor

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

Implementation

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