google_api_script v0.3.0 GoogleApi.Script.V1.Model.ListUserProcessesResponse View Source
Response with the list of Process resources.
Attributes
- nextPageToken (String.t): Token for the next page of results. If empty, there are no more pages remaining. Defaults to:
null
. - processes ([GoogleAppsScriptTypeProcess]): List of processes matching request parameters. 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()
View Source
t() :: %GoogleApi.Script.V1.Model.ListUserProcessesResponse{
nextPageToken: any(),
processes: [GoogleApi.Script.V1.Model.GoogleAppsScriptTypeProcess.t()]
}
t() :: %GoogleApi.Script.V1.Model.ListUserProcessesResponse{ nextPageToken: any(), processes: [GoogleApi.Script.V1.Model.GoogleAppsScriptTypeProcess.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.