google_api_container v0.12.0 GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse View Source
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 thanpage_size, use thenext_page_tokenas a value for the query parameterpage_tokenin 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.
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 Sourcet() :: %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{
nextPageToken: String.t(),
subnetworks: [GoogleApi.Container.V1.Model.UsableSubnetwork.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.