View Source GoogleApi.Batch.V1.Model.ListJobsResponse (google_api_batch v0.6.4)
ListJob Response.
Attributes
-
jobs(type:list(GoogleApi.Batch.V1.Model.Job.t), default:nil) - Jobs. -
nextPageToken(type:String.t, default:nil) - Next page token. -
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.ListJobsResponse{ jobs: [GoogleApi.Batch.V1.Model.Job.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.