Class ListOSPolicyAssignmentRevisionsResponse
A response message for listing all revisions for a OS policy assignment.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ListOSPolicyAssignmentRevisionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The pagination token to retrieve the next page of OS policy assignment revisions.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
OsPolicyAssignments
The OS policy assignment revisions
Declaration
[JsonProperty("osPolicyAssignments")]
public virtual IList<OSPolicyAssignment> OsPolicyAssignments { get; set; }
Property Value
Type | Description |
---|---|
IList<OSPolicyAssignment> |