Class: Google::Ads::AdManager::V1::BatchUpdateAdSpotsResponse

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 BatchUpdateAdSpots method.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The AdSpot objects updated.

Returns:



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