GoogleCloudApigeeV1NatAddress constructor

GoogleCloudApigeeV1NatAddress({
  1. String? ipAddress,
  2. String? name,
  3. String? state,
})

Implementation

GoogleCloudApigeeV1NatAddress({
  this.ipAddress,
  this.name,
  this.state,
});