GoogleCloudServicenetworkingV1ConsumerConfigReservedRange constructor

GoogleCloudServicenetworkingV1ConsumerConfigReservedRange({
  1. String? address,
  2. int? ipPrefixLength,
  3. String? name,
})

Implementation

GoogleCloudServicenetworkingV1ConsumerConfigReservedRange({
  this.address,
  this.ipPrefixLength,
  this.name,
});