Class: Google::Ads::AdManager::V1::BatchUpdateApplicationsResponse

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

Overview

Response object for BatchUpdateApplications method.

Instance Attribute Summary collapse

Instance Attribute Details

#applications::Array<::Google::Ads::AdManager::V1::Application>

Returns The Application objects updated.

Returns:



180
181
182
183
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 180

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