Class ListOSPolicyAssignmentReportsResponse
A response message for listing OS Policy assignment reports including the page of results and page token.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ListOSPolicyAssignmentReportsResponse : 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 report objects.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
OsPolicyAssignmentReports
List of OS policy assignment reports.
Declaration
[JsonProperty("osPolicyAssignmentReports")]
public virtual IList<OSPolicyAssignmentReport> OsPolicyAssignmentReports { get; set; }
Property Value
Type | Description |
---|---|
IList<OSPolicyAssignmentReport> |