Metadata

data class Metadata(val disableTemplate: Boolean?, val template: JsonObject?)

Constructors

Link copied to clipboard
fun Metadata(disableTemplate: Boolean?, template: JsonObject?)

Properties

Link copied to clipboard
@SerializedName(value = "disableTemplate")
val disableTemplate: Boolean?
Link copied to clipboard
@SerializedName(value = "template")
val template: JsonObject?