Class: Google::Shopping::Merchant::Reports::V1beta::SearchResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/reports/v1beta/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.



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

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

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

Returns Rows that matched the search query.

Returns:



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

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