Class: Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb
Overview
A response message for listing all assignments under given parent.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of OS policy assignments.
-
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment>
The list of assignments.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of OS policy assignments.
350 351 352 353 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 350 class ListOSPolicyAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment>
Returns The list of assignments.
350 351 352 353 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 350 class ListOSPolicyAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |