Class: Google::Ads::AdManager::V1::RunReportResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::RunReportResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Response message for a completed RunReport
operation.
Instance Attribute Summary collapse
-
#report_result ⇒ ::String
The unique name of the generated result.
Instance Attribute Details
#report_result ⇒ ::String
Returns The unique name of the generated result. Use with FetchReportResultRows
to retrieve data.
3134 3135 3136 3137 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3134 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |