Class: Google::Ads::AdManager::V1::UpdateContactRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdateContactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/contact_service.rb
Overview
Request object for UpdateContact method.
Instance Attribute Summary collapse
-
#contact ⇒ ::Google::Ads::AdManager::V1::Contact
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#contact ⇒ ::Google::Ads::AdManager::V1::Contact
Returns Required. The Contact to update.
The Contact's name is used to identify the Contact to update.
144 145 146 147 |
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 144 class UpdateContactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
144 145 146 147 |
# File 'proto_docs/google/ads/admanager/v1/contact_service.rb', line 144 class UpdateContactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |