PlainTextCommunicationBody
Defines the body of a communication that is plain text.
type PlainTextCommunicationBody {
plainText: String
}
Fields
PlainTextCommunicationBody.plainText ● String scalar
A UTF-8 string that represents the plain text for the body of a communication. Optional.
Implemented By
CommunicationBody union