google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.ListTemplateVersionsResponse View Source

Respond a list of TemplateVersions.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • templateVersions (type: list(GoogleApi.Dataflow.V1b3.Model.TemplateVersion.t), default: nil) - A list of TemplateVersions.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.ListTemplateVersionsResponse{
  nextPageToken: String.t(),
  templateVersions: [GoogleApi.Dataflow.V1b3.Model.TemplateVersion.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.