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

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

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

A response message for listing all revisions for a OS policy assignment.

Inheritance

object > ListOSPolicyAssignmentRevisionsResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListOSPolicyAssignmentRevisionsResponse()

public ListOSPolicyAssignmentRevisionsResponse()

ListOSPolicyAssignmentRevisionsResponse(ListOSPolicyAssignmentRevisionsResponse)

public ListOSPolicyAssignmentRevisionsResponse(ListOSPolicyAssignmentRevisionsResponse other)
Parameter
NameDescription
otherListOSPolicyAssignmentRevisionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

OsPolicyAssignments

public RepeatedField<OSPolicyAssignment> OsPolicyAssignments { get; }

The OS policy assignment revisions

Property Value
TypeDescription
RepeatedFieldOSPolicyAssignment

Methods

GetEnumerator()

public IEnumerator<OSPolicyAssignment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOSPolicyAssignment