GetScriptPlainArgs

data class GetScriptPlainArgs(val id: String) : ConvertibleToJava<GetScriptPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

A unique identifier for the Realtime script

Functions

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