Class: Google::Ads::AdManager::V1::CreateAdUnitRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/ad_unit_service.rb

Overview

Request object for CreateAdUnit method.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_unit::Google::Ads::AdManager::V1::AdUnit

Returns Required. The AdUnit to create.

Returns:



104
105
106
107
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 104

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

#parent::String

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

Returns:

  • (::String)

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



104
105
106
107
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 104

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