GetTemplatesResponse

@Serializable
data class GetTemplatesResponse(val entity: Long? = null, val id: Long? = null, val mappers: List<TemplateMapper>? = null, val name: String? = null, val text: String? = null, val type: Long? = null)

GetTemplatesResponse

Parameters

entity
id
mappers
name
text
type

Constructors

Link copied to clipboard
constructor(entity: Long? = null, id: Long? = null, mappers: List<TemplateMapper>? = null, name: String? = null, text: String? = null, type: Long? = null)

Properties

Link copied to clipboard
val entity: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val type: Long? = null