Class: Google::Ads::AdManager::V1::BatchUpdateCustomFieldsResponse

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

Overview

Response object for BatchUpdateCustomFields method.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_fields::Array<::Google::Ads::AdManager::V1::CustomField>

Returns The CustomField objects updated.

Returns:



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

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