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