View Source GoogleApi.BareMetalSolution.V2.Model.ListNetworksResponse (google_api_bare_metal_solution v0.7.0)
Response message containing the list of networks.
Attributes
-
networks(type:list(GoogleApi.BareMetalSolution.V2.Model.Network.t), default:nil) - The list of networks. -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results from the server. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListNetworksResponse{ networks: [GoogleApi.BareMetalSolution.V2.Model.Network.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.