google_api_script v0.3.0 GoogleApi.Script.V1.Model.ListVersionsResponse View Source

Response with the list of the versions for the specified script project.

Attributes

  • nextPageToken (String.t): The token use to fetch the next page of records. if not exist in the response, that means no more versions to list. Defaults to: null.
  • versions ([Version]): The list of versions. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Script.V1.Model.ListVersionsResponse{
  nextPageToken: any(),
  versions: [GoogleApi.Script.V1.Model.Version.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.