Entity Status
data class EntityStatus(val error: Either<Any, EntityStatusErrorProperties>? = null, val state: EntityStatusState? = null)
Constructors
Link copied to clipboard
constructor(error: Either<Any, EntityStatusErrorProperties>? = null, state: EntityStatusState? = null)