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
-
#address ⇒ ::String
Optional.
-
#cell_phone ⇒ ::String
Optional.
-
#comment ⇒ ::String
Optional.
-
#company ⇒ ::String
Required.
-
#display_name ⇒ ::String
Required.
-
#email ⇒ ::String
Optional.
-
#fax ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#status ⇒ ::Google::Ads::AdManager::V1::ContactStatusEnum::ContactStatus
readonly
Output only.
-
#title ⇒ ::String
Optional.
-
#work_phone ⇒ ::String
Optional.
Instance Attribute Details
#address ⇒ ::String
Returns Optional. The address of the contact. This attribute has a maximum length of 1024 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cell_phone ⇒ ::String
Returns Optional. The cell phone number where the contact can be reached.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#comment ⇒ ::String
Returns Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#company ⇒ ::String
Returns Required. Immutable. The resource name of the Company. Format: "networks/{network_code}/companies/{company_id}".
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The name of the contact. This attribute has a maximum length of 127 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Optional. The e-mail address where the contact can be reached. This attribute has a maximum length of 128 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fax ⇒ ::String
Returns Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 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}.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::ContactStatusEnum::ContactStatus (readonly)
Returns Output only. The status of the contact. This attribute is assigned by Google.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Optional. The job title of the contact. This attribute has a maximum length of 1024 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#work_phone ⇒ ::String
Returns Optional. The work phone number where the contact can be reached. This attribute has a maximum length of 1024 characters.
71 72 73 74 |
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71 class Contact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |