Class: Google::Shopping::Merchant::Reports::V1::SearchResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/reports/v1/reports.rb

Overview

Response message for the ReportService.Search method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token which can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.

Returns:

  • (::String)

    Token which can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.



61
62
63
64
# File 'proto_docs/google/shopping/merchant/reports/v1/reports.rb', line 61

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

#results::Array<::Google::Shopping::Merchant::Reports::V1::ReportRow>

Returns Rows that matched the search query.

Returns:



61
62
63
64
# File 'proto_docs/google/shopping/merchant/reports/v1/reports.rb', line 61

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