Class: Google::Cloud::Channel::V1::ContactInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/customers.rb

Overview

Contact information for a customer account.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

Returns:

  • (::String)

    Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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

#email::String

Returns The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

Returns:

  • (::String)

    The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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

#first_name::String

Returns The customer account contact's first name. Optional for Team customers.

Returns:

  • (::String)

    The customer account contact's first name. Optional for Team customers.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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

#last_name::String

Returns The customer account contact's last name. Optional for Team customers.

Returns:

  • (::String)

    The customer account contact's last name. Optional for Team customers.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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

#phone::String

Returns The customer account's contact phone number.

Returns:

  • (::String)

    The customer account's contact phone number.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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

#title::String

Returns Optional. The customer account contact's job title.

Returns:

  • (::String)

    Optional. The customer account contact's job title.



106
107
108
109
# File 'proto_docs/google/cloud/channel/v1/customers.rb', line 106

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