GoogleApi.Dataproc.V1.Model.ListSessionTemplatesResponse (google_api_dataproc v0.59.0)

View Source

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

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ListSessionTemplatesResponse{
  nextPageToken: String.t() | nil,
  sessionTemplates: [GoogleApi.Dataproc.V1.Model.SessionTemplate.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.