GetMultiplexprogramPlainArgs

data class GetMultiplexprogramPlainArgs(val multiplexId: String, val programName: String) : ConvertibleToJava<GetMultiplexprogramPlainArgs>

Constructors

Link copied to clipboard
constructor(multiplexId: String, programName: String)

Properties

Link copied to clipboard

The ID of the multiplex that the program belongs to.

Link copied to clipboard

The name of the multiplex program.

Functions

Link copied to clipboard
open override fun toJava(): GetMultiplexprogramPlainArgs