PublicAdvertisedPrefix constructor

PublicAdvertisedPrefix({
  1. String? byoipApiVersion,
  2. String? creationTimestamp,
  3. String? description,
  4. String? dnsVerificationIp,
  5. String? fingerprint,
  6. String? id,
  7. String? ipCidrRange,
  8. String? kind,
  9. String? name,
  10. String? pdpScope,
  11. List<PublicAdvertisedPrefixPublicDelegatedPrefix>? publicDelegatedPrefixs,
  12. String? selfLink,
  13. String? sharedSecret,
  14. String? status,
})

Implementation

PublicAdvertisedPrefix({
  this.byoipApiVersion,
  this.creationTimestamp,
  this.description,
  this.dnsVerificationIp,
  this.fingerprint,
  this.id,
  this.ipCidrRange,
  this.kind,
  this.name,
  this.pdpScope,
  this.publicDelegatedPrefixs,
  this.selfLink,
  this.sharedSecret,
  this.status,
});