A response message for listing patch deployments.
-
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.
Specs
t() :: %GoogleApi.OSConfig.V1.Model.ListPatchDeploymentsResponse{ nextPageToken: String.t(), patchDeployments: [GoogleApi.OSConfig.V1.Model.PatchDeployment.t()] }