Expanded

@Serializable
data class Expanded(val setupAttempt: SetupAttempt) : SetupAttemptUnion

Fully expanded SetupAttempt object.

Constructors

Link copied to clipboard
constructor(setupAttempt: SetupAttempt)

Properties

Link copied to clipboard
open override val id: String

The ID of the setup attempt, extracted since it is available in either type.

Link copied to clipboard