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