Class ListPatchJobsResponse
A response message for listing patch jobs.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ListPatchJobsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A pagination token that can be used to get the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PatchJobs
The list of patch jobs.
Declaration
[JsonProperty("patchJobs")]
public virtual IList<PatchJob> PatchJobs { get; set; }
Property Value
Type | Description |
---|---|
IList<PatchJob> |