google_api_container v0.6.0 GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse View Source
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Attributes
- nextPageToken (String.t): 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. Defaults to:
null
. - subnetworks ([UsableSubnetwork]): A list of usable subnetworks in the specified network project. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{
nextPageToken: any(),
subnetworks: [GoogleApi.Container.V1.Model.UsableSubnetwork.t()]
}
t() :: %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{ nextPageToken: any(), subnetworks: [GoogleApi.Container.V1.Model.UsableSubnetwork.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.