GetVodSourcePlainArgs

data class GetVodSourcePlainArgs(val sourceLocationName: String, val vodSourceName: String) : ConvertibleToJava<GetVodSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(sourceLocationName: String, vodSourceName: String)

Properties

Link copied to clipboard

The name of the source location that the VOD source is associated with.

Link copied to clipboard

The name of the VOD source.

Functions

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