GetCloudforceOneRequestPriorityResult

data class GetCloudforceOneRequestPriorityResult(val accountIdentifier: String, val completed: String, val content: String, val created: String, val id: String, val messageTokens: Int, val priority: String, val priorityIdentifer: String, val readableId: String, val request: String, val status: String, val summary: String, val tlp: String, val tokens: Int, val updated: String)

A collection of values returned by getCloudforceOneRequestPriority.

Constructors

Link copied to clipboard
constructor(accountIdentifier: String, completed: String, content: String, created: String, id: String, messageTokens: Int, priority: String, priorityIdentifer: String, readableId: String, request: String, status: String, summary: String, tlp: String, tokens: Int, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
Link copied to clipboard

Request content

Link copied to clipboard
Link copied to clipboard
val id: String

UUID

Link copied to clipboard

Tokens for the request messages

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Readable Request ID

Link copied to clipboard

Requested information from request

Link copied to clipboard

Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".

Link copied to clipboard

Brief description of the request

Link copied to clipboard
val tlp: String

The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".

Link copied to clipboard
val tokens: Int

Tokens for the request

Link copied to clipboard