GetCloudforceOneRequestMessageResult

data class GetCloudforceOneRequestMessageResult(val accountIdentifier: String, val author: String, val content: String, val created: String, val id: Int, val isFollowOnRequest: Boolean, val requestIdentifier: String, val updated: String)

A collection of values returned by getCloudforceOneRequestMessage.

Constructors

Link copied to clipboard
constructor(accountIdentifier: String, author: String, content: String, created: String, id: Int, isFollowOnRequest: Boolean, requestIdentifier: String, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Author of message

Link copied to clipboard

Content of message

Link copied to clipboard

Message creation time

Link copied to clipboard
val id: Int

Message ID

Link copied to clipboard

Whether the message is a follow-on request

Link copied to clipboard
Link copied to clipboard

Message last updated time