View Source GoogleApi.Batch.V1.Model.ListTasksResponse (google_api_batch v0.6.4)
ListTasks Response.
Attributes
-
nextPageToken(type:String.t, default:nil) - Next page token. -
tasks(type:list(GoogleApi.Batch.V1.Model.Task.t), default:nil) - Tasks. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.ListTasksResponse{ nextPageToken: String.t() | nil, tasks: [GoogleApi.Batch.V1.Model.Task.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.