Class: Google::Ads::AdManager::V1::BatchCreateAdUnitsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateAdUnitsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_unit_service.rb
Overview
Request object for BatchCreateAdUnits method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateAdUnitRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where AdUnits will be created.
Format: networks/{network_code}
The parent field in the CreateAdUnitRequest must match this
field.
135 136 137 138 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 135 class BatchCreateAdUnitsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateAdUnitRequest>
Returns Required. The AdUnit objects to create.
A maximum of 100 objects can be created in a batch.
135 136 137 138 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 135 class BatchCreateAdUnitsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |