View Source GoogleApi.Dataproc.V1.Model.ListSessionTemplatesResponse (google_api_dataproc v0.58.0)
A list of session templates.
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. -
sessionTemplates(type:list(GoogleApi.Dataproc.V1.Model.SessionTemplate.t), default:nil) - Output only. Session template list
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ListSessionTemplatesResponse{ nextPageToken: String.t() | nil, sessionTemplates: [GoogleApi.Dataproc.V1.Model.SessionTemplate.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.