GoogleApi.Script.V1.Model.ListVersionsResponse (google_api_script v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.