Class: Google::Ads::AdManager::V1::BatchUpdateSlatesResponse

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

Overview

Response object for BatchUpdateSlates method.

Instance Attribute Summary collapse

Instance Attribute Details

#slates::Array<::Google::Ads::AdManager::V1::Slate>

Returns The Slate objects updated.

Returns:



167
168
169
170
# File 'proto_docs/google/ads/admanager/v1/slate_service.rb', line 167

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