EnableRequest

@Serializable
data class EnableRequest(val presentationUrl: String? = null)(source)

Request object containing input parameters for the CastDomain.enable command.

Constructors

Link copied to clipboard
constructor(presentationUrl: String? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val presentationUrl: String? = null