Class ListPatchJobsResponse (1.6.0)

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

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
RepeatedField<PatchJob>

Methods

GetEnumerator()

public IEnumerator<PatchJob> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<PatchJob>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator