PublicAdvertisedPrefix constructor
PublicAdvertisedPrefix({
- String? byoipApiVersion,
- String? creationTimestamp,
- String? description,
- String? dnsVerificationIp,
- String? fingerprint,
- String? id,
- String? ipCidrRange,
- String? kind,
- String? name,
- String? pdpScope,
- List<
PublicAdvertisedPrefixPublicDelegatedPrefix> ? publicDelegatedPrefixs, - String? selfLink,
- 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,
});