Reference documentation and code samples for the Google Cloud Support V2beta Client class EmailMessage.
An email associated with a support case.
Generated from protobuf message google.cloud.support.v2beta.EmailMessage
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name for the email message.
↳ create_time
↳ actor
Actor
Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.
↳ subject
string
Output only. Subject of the email.
↳ recipient_email_addresses
array
Output only. Email addresses the email was sent to.
↳ cc_email_addresses
array
Output only. Email addresses CCed on the email.
↳ body_content
TextContent
Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
getName
Identifier. Resource name for the email message.
string
setName
Identifier. Resource name for the email message.
var
string
$this
getCreateTime
Output only. Time when this email message object was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when this email message object was created.
$this
getActor
Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.
hasActor
clearActor
setActor
Output only. The user or Google Support agent that created this email message. This is inferred from the headers on the email message.
$this
getSubject
Output only. Subject of the email.
string
setSubject
Output only. Subject of the email.
var
string
$this
getRecipientEmailAddresses
Output only. Email addresses the email was sent to.
setRecipientEmailAddresses
Output only. Email addresses the email was sent to.
var
string[]
$this
getCcEmailAddresses
Output only. Email addresses CCed on the email.
setCcEmailAddresses
Output only. Email addresses CCed on the email.
var
string[]
$this
getBodyContent
Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
hasBodyContent
clearBodyContent
setBodyContent
Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
$this

