Interface protos.google.cloud.osconfig.v1.IListPatchDeploymentsResponse (1.10.0)

Properties of a ListPatchDeploymentsResponse.

Package

@google-cloud/os-config

Properties

nextPageToken

nextPageToken?: (string|null);

ListPatchDeploymentsResponse nextPageToken

Property Value
TypeDescription
(string|null)

patchDeployments

patchDeployments?: (google.cloud.osconfig.v1.IPatchDeployment[]|null);

ListPatchDeploymentsResponse patchDeployments

Property Value
TypeDescription
(google.cloud.osconfig.v1.IPatchDeployment[]|null)