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
- (::Google::Cloud::Support::V2beta::Actor) — Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.
#body_content
def body_content() -> ::Google::Cloud::Support::V2beta::TextContent
Returns
- (::Google::Cloud::Support::V2beta::TextContent) — Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
#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
- (::Google::Protobuf::Timestamp) — Output only. Time when this email message object was created.
#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.