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

public sealed class ListOSPolicyAssignmentsResponse : IPageResponse<OSPolicyAssignment>, IEnumerable<OSPolicyAssignment>, IEnumerable, IMessage<ListOSPolicyAssignmentsResponse>, IEquatable<ListOSPolicyAssignmentsResponse>, IDeepCloneable<ListOSPolicyAssignmentsResponse>, IBufferMessage, IMessage

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

A response message for listing all assignments under given parent.

Inheritance

object > ListOSPolicyAssignmentsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListOSPolicyAssignmentsResponse()

public ListOSPolicyAssignmentsResponse()

ListOSPolicyAssignmentsResponse(ListOSPolicyAssignmentsResponse)

public ListOSPolicyAssignmentsResponse(ListOSPolicyAssignmentsResponse other)
Parameter
NameDescription
otherListOSPolicyAssignmentsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The pagination token to retrieve the next page of OS policy assignments.

Property Value
TypeDescription
string

OsPolicyAssignments

public RepeatedField<OSPolicyAssignment> OsPolicyAssignments { get; }

The list of assignments

Property Value
TypeDescription
RepeatedFieldOSPolicyAssignment

Methods

GetEnumerator()

public IEnumerator<OSPolicyAssignment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOSPolicyAssignment