Class: Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentRevisionsResponse
- 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 revisions for a OS policy assignment.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of OS policy assignment revisions.
-
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment>
The OS policy assignment revisions.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of OS policy assignment revisions.
380 381 382 383 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 380 class ListOSPolicyAssignmentRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment>
Returns The OS policy assignment revisions.
380 381 382 383 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 380 class ListOSPolicyAssignmentRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |