GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse (google_api_container v0.32.3) 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
Specs
t() :: %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{
nextPageToken: String.t() | nil,
subnetworks: [GoogleApi.Container.V1.Model.UsableSubnetwork.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.