App Hub V1 API - Class Google::Cloud::AppHub::V1::ContactInfo (v0.1.0)

Reference documentation and code samples for the App Hub V1 API class Google::Cloud::AppHub::V1::ContactInfo.

Contact information of stakeholders.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. Contact's name. Can have a maximum length of 63 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — 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.

#email

def email() -> ::String
Returns
  • (::String) — Required. Email address of the contacts.

#email=

def email=(value) -> ::String
Parameter
  • value (::String) — Required. Email address of the contacts.
Returns
  • (::String) — Required. Email address of the contacts.