Class: Google::Ads::AdManager::V1::CreateReportRequest

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

Request object for CreateReport method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where this Report will be created. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent resource where this Report will be created. Format: networks/{network_code}



3220
3221
3222
3223
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3220

class CreateReportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#report::Google::Ads::AdManager::V1::Report

Returns Required. The Report to create.

Returns:



3220
3221
3222
3223
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3220

class CreateReportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end