Class: Google::Ads::AdManager::V1::GetReportRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GetReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Request object for GetReport
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the report.
Format: networks/{network_code}/reports/{report_id}
.
3144 3145 3146 3147 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3144 class GetReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |