public sealed class ListPatchDeploymentsResponse : IPageResponse<PatchDeployment>, IEnumerable<PatchDeployment>, IEnumerable, IMessage<ListPatchDeploymentsResponse>, IEquatable<ListPatchDeploymentsResponse>, IDeepCloneable<ListPatchDeploymentsResponse>, IBufferMessage, IMessageA response message for listing patch deployments.
Implements
IPageResponse<PatchDeployment>, IEnumerable<PatchDeployment>, IEnumerable, IMessage<ListPatchDeploymentsResponse>, System.IEquatable<ListPatchDeploymentsResponse>, IDeepCloneable<ListPatchDeploymentsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchDeploymentsResponse()
public ListPatchDeploymentsResponse()ListPatchDeploymentsResponse(ListPatchDeploymentsResponse)
public ListPatchDeploymentsResponse(ListPatchDeploymentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPatchDeploymentsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A pagination token that can be used to get the next page of patch deployments.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PatchDeployments
public RepeatedField<PatchDeployment> PatchDeployments { get; }The list of patch deployments.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<PatchDeployment> |
|
Methods
GetEnumerator()
public IEnumerator<PatchDeployment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<PatchDeployment> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
System.Collections.IEnumerator |
|