StudioApplicationInstance

data class StudioApplicationInstance(val id: String? = null, val nodeName: String? = null, val nodeType: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, nodeName: String? = null, nodeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the instance.

Link copied to clipboard
val nodeName: String? = null

The name of the instance.

Link copied to clipboard
val nodeType: String? = null

The type of the instance.