View Source GoogleApi.OSConfig.V1.Model.ListPatchDeploymentsResponse (google_api_os_config v0.21.1)

A response message for listing patch deployments.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.ListPatchDeploymentsResponse{
  nextPageToken: String.t() | nil,
  patchDeployments: [GoogleApi.OSConfig.V1.Model.PatchDeployment.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.