Google Cloud OS Config v1 API - Class ListPatchJobsResponse (2.3.0)

public sealed class ListPatchJobsResponse : IPageResponse<PatchJob>, IEnumerable<PatchJob>, IEnumerable, IMessage<ListPatchJobsResponse>, IEquatable<ListPatchJobsResponse>, IDeepCloneable<ListPatchJobsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchJobsResponse.

A response message for listing patch jobs.

Inheritance

object > ListPatchJobsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListPatchJobsResponse()

public ListPatchJobsResponse()

ListPatchJobsResponse(ListPatchJobsResponse)

public ListPatchJobsResponse(ListPatchJobsResponse other)
Parameter
NameDescription
otherListPatchJobsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A pagination token that can be used to get the next page of results.

Property Value
TypeDescription
string

PatchJobs

public RepeatedField<PatchJob> PatchJobs { get; }

The list of patch jobs.

Property Value
TypeDescription
RepeatedFieldPatchJob

Methods

GetEnumerator()

public IEnumerator<PatchJob> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPatchJob