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

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

Attributes

  • nextPageToken (type: String.t, default: nil) - The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.
  • versions (type: list(GoogleApi.Script.V1.Model.Version.t), default: nil) - The list of versions.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.