GoogleCloudApigeeV1ListNatAddressesResponse constructor
GoogleCloudApigeeV1ListNatAddressesResponse({
- List<
GoogleCloudApigeeV1NatAddress> ? natAddresses, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListNatAddressesResponse({
this.natAddresses,
this.nextPageToken,
});