Class: Google::Ads::AdManager::V1::BatchCreateAdSpotsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ad_spots::Array<::Google::Ads::AdManager::V1::AdSpot>

Returns The AdSpot objects created.

Returns:



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