GetStreamingImagePlainArgs

data class GetStreamingImagePlainArgs(val streamingImageId: String, val studioId: String) : ConvertibleToJava<GetStreamingImagePlainArgs>

Constructors

Link copied to clipboard
constructor(streamingImageId: String, studioId: String)

Properties

Link copied to clipboard

The unique identifier for the streaming image resource.

Link copied to clipboard

The studioId.

Functions

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