Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/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::V1::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.
376 377 378 379 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 376 class ListOSPolicyAssignmentRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignment>
Returns The OS policy assignment revisions.
376 377 378 379 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 376 class ListOSPolicyAssignmentRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |