View Source GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse (google_api_container v0.45.0)

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

Attributes

  • nextPageToken (type: String.t, default: nil) - This token allows you to get the next page of results for list requests. If the number of results is larger than page_size, use the next_page_token as a value for the query parameter page_token in the next request. The value will become empty when there are no more pages.
  • subnetworks (type: list(GoogleApi.Container.V1.Model.UsableSubnetwork.t), default: nil) - A list of usable subnetworks in the specified network project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{
  nextPageToken: String.t() | nil,
  subnetworks: [GoogleApi.Container.V1.Model.UsableSubnetwork.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.