View Source GoogleApi.BlockchainNodeEngine.V1.Model.ListBlockchainNodesResponse (google_api_blockchain_node_engine v0.3.0)
Message for response to listing blockchain nodes.
Attributes
-
blockchainNodes(type:list(GoogleApi.BlockchainNodeEngine.V1.Model.BlockchainNode.t), default:nil) - The list of nodes -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
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.BlockchainNodeEngine.V1.Model.ListBlockchainNodesResponse{ blockchainNodes: [GoogleApi.BlockchainNodeEngine.V1.Model.BlockchainNode.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.