Outcome

class Outcome

The outcome.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The outcome ARN.

Link copied to clipboard

The timestamp when the outcome was created.

Link copied to clipboard

The outcome description.

Link copied to clipboard

The timestamp when the outcome was last updated.

Link copied to clipboard
val name: String?

The outcome name.

Functions

Link copied to clipboard
inline fun copy(block: Outcome.Builder.() -> Unit = {}): Outcome
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String