DraftStatus

sealed class DraftStatus

Publish synchronization state of the DRAFT working copy.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

DRAFT has changes not yet reflected in any published version, or no versions have been published yet.

Link copied to clipboard
data class SdkUnknown(val value: String) : DraftStatus
Link copied to clipboard

DRAFT content matches the latest published version exactly.

Properties

Link copied to clipboard
abstract val value: String