GoalType

sealed class GoalType

Type of goal based on its origin

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Goal defined by customer

Link copied to clipboard

Goal related to on-call reporting activities

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

Properties

Link copied to clipboard
abstract val value: String