Google Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::EmailMessage (v0.1.1)

Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::EmailMessage.

An email associated with a support case.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actor

def actor() -> ::Google::Cloud::Support::V2beta::Actor
Returns

#body_content

def body_content() -> ::Google::Cloud::Support::V2beta::TextContent
Returns

#cc_email_addresses

def cc_email_addresses() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. Email addresses CCed on the email.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Resource name for the email message.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Resource name for the email message.
Returns
  • (::String) — Identifier. Resource name for the email message.

#recipient_email_addresses

def recipient_email_addresses() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. Email addresses the email was sent to.

#subject

def subject() -> ::String
Returns
  • (::String) — Output only. Subject of the email.