PublicAdvertisedPrefixPublicDelegatedPrefix constructor

PublicAdvertisedPrefixPublicDelegatedPrefix({
  1. String? ipRange,
  2. String? name,
  3. String? project,
  4. String? region,
  5. String? status,
})

Implementation

PublicAdvertisedPrefixPublicDelegatedPrefix({
  this.ipRange,
  this.name,
  this.project,
  this.region,
  this.status,
});