Interface protos.google.cloud.osconfig.v1.IListPatchJobsResponse (1.6.6)

Properties of a ListPatchJobsResponse.

Package

@google-cloud/os-config!

Properties

nextPageToken

nextPageToken?: (string|null);

ListPatchJobsResponse nextPageToken

Property Value
TypeDescription
(string|null)

patchJobs

patchJobs?: (google.cloud.osconfig.v1.IPatchJob[]|null);

ListPatchJobsResponse patchJobs

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