Class: Google::Ads::AdManager::V1::BatchUpdateCustomFieldsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchUpdateCustomFieldsResponse
- 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
-
#custom_fields ⇒ ::Array<::Google::Ads::AdManager::V1::CustomField>
The
CustomFieldobjects updated.
Instance Attribute Details
#custom_fields ⇒ ::Array<::Google::Ads::AdManager::V1::CustomField>
Returns The CustomField objects updated.
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 |