Entity

@Serializable
data class Entity(val actions: List<String>? = null, val name: String? = null)

Parameters

actions
name

Constructors

Link copied to clipboard
constructor(actions: List<String>? = null, name: String? = null)

Properties

Link copied to clipboard
val actions: List<String>? = null
Link copied to clipboard
val name: String? = null