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

public sealed class ListPatchDeploymentsResponse : IPageResponse<PatchDeployment>, IEnumerable<PatchDeployment>, IEnumerable, IMessage<ListPatchDeploymentsResponse>, IEquatable<ListPatchDeploymentsResponse>, IDeepCloneable<ListPatchDeploymentsResponse>, IBufferMessage, IMessage

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

A response message for listing patch deployments.

Inheritance

object > ListPatchDeploymentsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListPatchDeploymentsResponse()

public ListPatchDeploymentsResponse()

ListPatchDeploymentsResponse(ListPatchDeploymentsResponse)

public ListPatchDeploymentsResponse(ListPatchDeploymentsResponse other)
Parameter
NameDescription
otherListPatchDeploymentsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

PatchDeployments

public RepeatedField<PatchDeployment> PatchDeployments { get; }

The list of patch deployments.

Property Value
TypeDescription
RepeatedFieldPatchDeployment

Methods

GetEnumerator()

public IEnumerator<PatchDeployment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPatchDeployment