GetCustomActionTypeResult

data class GetCustomActionTypeResult(val id: String? = null, val tags: List<CustomActionTypeTag>? = null)

Constructors

Link copied to clipboard
fun GetCustomActionTypeResult(id: String? = null, tags: List<CustomActionTypeTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard

Any tags assigned to the custom action.