Class: Google::Ads::AdManager::V1::Contact

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

Instance Attribute Details

#contact_id::Integer (readonly)

Returns Output only. The unique ID of the contact. This value is readonly and is assigned by Google.

Returns:

  • (::Integer)

    Output only. The unique ID of the contact. This value is readonly and is assigned by Google.



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 36

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}.

Returns:

  • (::String)

    Identifier. The resource name of the Contact. Format: networks/{network_code}/contacts/{contact_id}



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 36

class Contact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end