Studio Application Instance
data class StudioApplicationInstance(val id: String? = null, val nodeName: String? = null, val nodeType: String? = null)
Constructors
Link copied to clipboard
fun StudioApplicationInstance(id: String? = null, nodeName: String? = null, nodeType: String? = null)