Class: Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentReportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListOSPolicyAssignmentReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignment_reports.rb
Overview
A response message for listing OS Policy assignment reports including the page of results and page token.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of OS policy assignment report objects.
-
#os_policy_assignment_reports ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignmentReport>
List of OS policy assignment reports.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of OS policy assignment report objects.
91 92 93 94 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignment_reports.rb', line 91 class ListOSPolicyAssignmentReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignment_reports ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicyAssignmentReport>
Returns List of OS policy assignment reports.
91 92 93 94 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignment_reports.rb', line 91 class ListOSPolicyAssignmentReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |