Class ListPatchDeploymentsResponse
A response message for listing patch deployments.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ListPatchDeploymentsResponse : 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 patch deployments.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PatchDeployments
The list of patch deployments.
Declaration
[JsonProperty("patchDeployments")]
public virtual IList<PatchDeployment> PatchDeployments { get; set; }
Property Value
Type | Description |
---|---|
IList<PatchDeployment> |