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

View Source

Response with the list of Process resources.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token for the next page of results. If empty, there are no more pages remaining.
  • processes (type: list(GoogleApi.Script.V1.Model.GoogleAppsScriptTypeProcess.t), default: nil) - List of processes matching request parameters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.ListScriptProcessesResponse{
  nextPageToken: String.t() | nil,
  processes: [GoogleApi.Script.V1.Model.GoogleAppsScriptTypeProcess.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.