Class: Google::Ads::AdManager::V1::BatchCreateAdUnitsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/ad_unit_service.rb

Overview

Response object for BatchCreateAdUnits method.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_units::Array<::Google::Ads::AdManager::V1::AdUnit>

Returns The AdUnit objects created.

Returns:



144
145
146
147
# File 'proto_docs/google/ads/admanager/v1/ad_unit_service.rb', line 144

class BatchCreateAdUnitsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end