TemplatePayload

data class TemplatePayload(    val playServiceId: String?,     val token: String?,     val duration: String?,     val contextLayer: DisplayAgentInterface.ContextLayer?,     val playStackControl: PlayStackControl?,     val historyControl: HistoryControl?)

Constructors

Link copied to clipboard
fun TemplatePayload(    playServiceId: String?,     token: String?,     duration: String?,     contextLayer: DisplayAgentInterface.ContextLayer?,     playStackControl: PlayStackControl?,     historyControl: HistoryControl?)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
@SerializedName(value = "contextLayer")
val contextLayer: DisplayAgentInterface.ContextLayer?
Link copied to clipboard
@SerializedName(value = "duration")
val duration: String?
Link copied to clipboard
@SerializedName(value = "historyControl")
val historyControl: HistoryControl?
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String?
Link copied to clipboard
@SerializedName(value = "playStackControl")
val playStackControl: PlayStackControl?
Link copied to clipboard
@SerializedName(value = "token")
val token: String?