Class: Google::Ads::AdManager::V1::FetchReportResultRowsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::FetchReportResultRowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
The request message for the fetch report result rows endpoint.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The report result being fetched.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 class FetchReportResultRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 class FetchReportResultRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 class FetchReportResultRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |