GoogleCloudApigeeV1ListNatAddressesResponse constructor

GoogleCloudApigeeV1ListNatAddressesResponse({
  1. List<GoogleCloudApigeeV1NatAddress>? natAddresses,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListNatAddressesResponse({
  this.natAddresses,
  this.nextPageToken,
});