Class: Google::Cloud::AppHub::V1::ContactInfo

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

Instance Attribute Details

#display_name::String

Returns Optional. Contact's name. Can have a maximum length of 63 characters.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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