GetStudioComponentPlainArgs

data class GetStudioComponentPlainArgs(val studioComponentId: String, val studioId: String) : ConvertibleToJava<GetStudioComponentPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The unique identifier for the studio component resource.

Link copied to clipboard

The studio ID.

Functions

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