Class: Google::Ads::AdManager::V1::Contact
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Contact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/contact_messages.rb
Overview
A contact represents a person who is affiliated with a single company. A contact can have a variety of contact information associated to it, and can be invited to view their company's orders, line items, creatives, and reports.
Instance Attribute Summary collapse
-
#company_display_name ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#company_display_name ⇒ ::String (readonly)
Returns Output only. The display name of the Company.
35 36 37 38 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 35 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Contact.
Format: networks/{network_code}/contacts/{contact_id}.
35 36 37 38 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 35 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |