Class ListPatchDeploymentsResponse (1.12.3)

ListPatchDeploymentsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A response message for listing patch deployments.

Attributes

NameDescription
patch_deployments Sequence[google.cloud.osconfig_v1.types.PatchDeployment]
The list of patch deployments.
next_page_token str
A pagination token that can be used to get the next page of patch deployments.

Inheritance

builtins.object > proto.message.Message > ListPatchDeploymentsResponse