Class: Google::Ads::AdManager::V1::BatchUpdateAdSpotsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdateAdSpotsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/ad_spot_service.rb
Overview
Response object for BatchUpdateAdSpots method.
Instance Attribute Summary collapse
-
#ad_spots ⇒ ::Array<::Google::Ads::AdManager::V1::AdSpot>
The
AdSpotobjects updated.
Instance Attribute Details
#ad_spots ⇒ ::Array<::Google::Ads::AdManager::V1::AdSpot>
Returns The AdSpot objects updated.
178 179 180 181 |
# File 'proto_docs/google/ads/admanager/v1/ad_spot_service.rb', line 178 class BatchUpdateAdSpotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |