Class: Google::Ads::AdManager::V1::BatchCreateCustomFieldsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateCustomFieldsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/custom_field_service.rb
Overview
Response object for BatchCreateCustomFields method.
Instance Attribute Summary collapse
-
#custom_fields ⇒ ::Array<::Google::Ads::AdManager::V1::CustomField>
The
CustomFieldobjects created.
Instance Attribute Details
#custom_fields ⇒ ::Array<::Google::Ads::AdManager::V1::CustomField>
Returns The CustomField objects created.
130 131 132 133 |
# File 'proto_docs/google/ads/admanager/v1/custom_field_service.rb', line 130 class BatchCreateCustomFieldsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |