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