View Source GoogleApi.Dataproc.V1.Model.ListSessionsResponse (google_api_dataproc v0.58.0)
A list of interactive sessions.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent as page_token, to retrieve the next page. If this field is omitted, there are no subsequent pages. -
sessions(type:list(GoogleApi.Dataproc.V1.Model.Session.t), default:nil) - Output only. The sessions from the specified collection.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ListSessionsResponse{ nextPageToken: String.t() | nil, sessions: [GoogleApi.Dataproc.V1.Model.Session.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.