GoogleApi.SASPortal.V1alpha1.Model.SasPortalListNodesResponse (google_api_sas_portal v0.9.0) View Source
Response for ListNodes.
Attributes
-
nextPageToken(type:String.t, default:nil) - A pagination token returned from a previous call to ListNodes that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes. -
nodes(type:list(GoogleApi.SASPortal.V1alpha1.Model.SasPortalNode.t), default:nil) - The nodes that match the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalListNodesResponse{
nextPageToken: String.t() | nil,
nodes: [GoogleApi.SASPortal.V1alpha1.Model.SasPortalNode.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.