google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.ListPatchJobsResponse View Source

A response message for listing patch jobs.

Attributes

  • nextPageToken (type: String.t, default: nil) - A pagination token that can be used to get the next page of results.
  • patchJobs (type: list(GoogleApi.OSConfig.V1.Model.PatchJob.t), default: nil) - The list of patch jobs.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.ListPatchJobsResponse{
  nextPageToken: String.t(),
  patchJobs: [GoogleApi.OSConfig.V1.Model.PatchJob.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.