GoogleApi.VMwareEngine.V1.Model.ListNodesResponse (google_api_v_mware_engine v0.5.0)
View SourceResponse message for VmwareEngine.ListNodes
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
nodes(type:list(GoogleApi.VMwareEngine.V1.Model.Node.t), default:nil) - The nodes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.ListNodesResponse{ nextPageToken: String.t() | nil, nodes: [GoogleApi.VMwareEngine.V1.Model.Node.t()] | nil }