Class: Google::Shopping::Merchant::Reports::V1beta::SearchResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reports::V1beta::SearchResponse
- 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
-
#next_page_token ⇒ ::String
Token which can be sent as
page_token
to retrieve the next page. -
#results ⇒ ::Array<::Google::Shopping::Merchant::Reports::V1beta::ReportRow>
Rows that matched the search query.
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.
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.
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 |