Class: Google::Cloud::Channel::V1::ContactInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ContactInfo
- 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
-
#display_name ⇒ ::String
readonly
Output only.
-
#email ⇒ ::String
The customer account's contact email.
-
#first_name ⇒ ::String
The customer account contact's first name.
-
#last_name ⇒ ::String
The customer account contact's last name.
-
#phone ⇒ ::String
The customer account's contact phone number.
-
#title ⇒ ::String
Optional.
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.
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.
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.
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.
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.
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.
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 |