View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListNatAddressesResponse (google_api_apigee v0.46.0)

Response for ListNatAddresses.

Attributes

  • natAddresses (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NatAddress.t), default: nil) - List of NAT Addresses for the instance.
  • nextPageToken (type: String.t, default: nil) - Page token that you can include in a ListNatAddresses request to retrieve the next page of content. If omitted, no subsequent pages exist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListNatAddressesResponse{
  natAddresses:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1NatAddress.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.