GoogleApi.CloudRun.V1alpha1.Model.ListJobsResponse (google_api_cloud_run v0.44.3) View Source
ListJobsResponse is a list of Jobs resources.
Attributes
-
apiVersion(type:String.t, default:nil) - The API version for this call such as "run.googleapis.com/v1alpha1". -
items(type:list(GoogleApi.CloudRun.V1alpha1.Model.Job.t), default:nil) - List of Jobs. -
kind(type:String.t, default:nil) - The kind of this resource, in this case "JobsList". -
metadata(type:GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t, default:nil) - Metadata associated with this jobs list. -
nextPageToken(type:String.t, default:nil) - This field is equivalent to the metadata.continue field and is provided as a convenience for compatibility with https://google.aip.dev/158. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The metadata.resourceVersion field returned when using this field will be identical to the value in the first response. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListJobsResponse{
apiVersion: String.t() | nil,
items: [GoogleApi.CloudRun.V1alpha1.Model.Job.t()] | nil,
kind: String.t() | nil,
metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t() | nil,
nextPageToken: String.t() | nil,
unreachable: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.