Class: Google::Cloud::AppHub::V1::ContactInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ContactInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/attributes.rb
Overview
Contact information of stakeholders.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Optional.
-
#email ⇒ ::String
Required.
Instance Attribute Details
#display_name ⇒ ::String
Returns Optional. Contact's name. Can have a maximum length of 63 characters.
108 109 110 111 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 108 class ContactInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Required. Email address of the contacts.
108 109 110 111 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 108 class ContactInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |