Class: Google::Ads::AdManager::V1::UpdateContactRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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