Google Cloud OS Config v1alpha API - Class ListOSPolicyAssignmentReportsResponse (2.0.0-alpha05)

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 v1alpha 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.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ListOSPolicyAssignmentReportsResponse()

public ListOSPolicyAssignmentReportsResponse()

ListOSPolicyAssignmentReportsResponse(ListOSPolicyAssignmentReportsResponse)

public ListOSPolicyAssignmentReportsResponse(ListOSPolicyAssignmentReportsResponse other)
Parameter
Name Description
other ListOSPolicyAssignmentReportsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

OsPolicyAssignmentReports

public RepeatedField<OSPolicyAssignmentReport> OsPolicyAssignmentReports { get; }

List of OS policy assignment reports.

Property Value
Type Description
RepeatedFieldOSPolicyAssignmentReport

Methods

GetEnumerator()

public IEnumerator<OSPolicyAssignmentReport> GetEnumerator()

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

Returns
Type Description
IEnumeratorOSPolicyAssignmentReport