Class: Google::Ads::AdManager::V1::BatchUpdateSitesResponse

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

Overview

Response object for BatchUpdateSites method.

Instance Attribute Summary collapse

Instance Attribute Details

#sites::Array<::Google::Ads::AdManager::V1::Site>

Returns The Site objects updated.

Returns:



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

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