EntityStatus

sealed class EntityStatus

Object status with the following possible values:

  • PENDING

  • INPROGRESS

  • FAILED

  • COMPLETED

  • DELETED

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : EntityStatus

Properties

Link copied to clipboard
abstract val value: String