Show / Hide Table of Contents

Class ListOSPolicyAssignmentReportsResponse

A response message for listing OS Policy assignment reports including the page of results and page token.

Inheritance
object
ListOSPolicyAssignmentReportsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX