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