Class: Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_unit_service.rb
Overview
Response object for BatchCreateAdUnits method.
Instance Attribute Summary collapse
-
#ad_units ⇒ ::Array<::Google::Ads::AdManager::V1::AdUnit>
The
AdUnitobjects created.
Instance Attribute Details
#ad_units ⇒ ::Array<::Google::Ads::AdManager::V1::AdUnit>
Returns The AdUnit objects created.
144 145 146 147 |
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 144 class BatchCreateAdUnitsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |