GetScenePlainArgs

data class GetScenePlainArgs(val sceneId: String, val workspaceId: String) : ConvertibleToJava<GetScenePlainArgs>

Constructors

Link copied to clipboard
constructor(sceneId: String, workspaceId: String)

Properties

Link copied to clipboard

The ID of the scene.

Link copied to clipboard

The ID of the scene.

Functions

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