Class: Google::Ads::AdManager::V1::RunReportResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#report_result::String

Returns The unique name of the generated result. Use with FetchReportResultRows to retrieve data.

Returns:

  • (::String)

    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