Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentReportsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/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

Instance Attribute Details

#next_page_token::String

Returns The pagination token to retrieve the next page of OS policy assignment report objects.

Returns:

  • (::String)

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



91
92
93
94
# File 'proto_docs/google/cloud/osconfig/v1/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::V1::OSPolicyAssignmentReport>

Returns List of OS policy assignment reports.

Returns:



91
92
93
94
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignment_reports.rb', line 91

class ListOSPolicyAssignmentReportsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end