Google Cloud OS Config v1 API - Class ListOSPolicyAssignmentReportsResponse (2.3.0)

public sealed class ListOSPolicyAssignmentReportsResponse : IPageResponse<OSPolicyAssignmentReport>, IEnumerable<OSPolicyAssignmentReport>, IEnumerable, IMessage<ListOSPolicyAssignmentReportsResponse>, IEquatable<ListOSPolicyAssignmentReportsResponse>, IDeepCloneable<ListOSPolicyAssignmentReportsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class ListOSPolicyAssignmentReportsResponse.

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

Inheritance

object > ListOSPolicyAssignmentReportsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListOSPolicyAssignmentReportsResponse()

public ListOSPolicyAssignmentReportsResponse()

ListOSPolicyAssignmentReportsResponse(ListOSPolicyAssignmentReportsResponse)

public ListOSPolicyAssignmentReportsResponse(ListOSPolicyAssignmentReportsResponse other)
Parameter
NameDescription
otherListOSPolicyAssignmentReportsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The pagination token to retrieve the next page of OS policy assignment report objects.

Property Value
TypeDescription
string

OsPolicyAssignmentReports

public RepeatedField<OSPolicyAssignmentReport> OsPolicyAssignmentReports { get; }

List of OS policy assignment reports.

Property Value
TypeDescription
RepeatedFieldOSPolicyAssignmentReport

Methods

GetEnumerator()

public IEnumerator<OSPolicyAssignmentReport> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorOSPolicyAssignmentReport