GetTablePlainArgs

data class GetTablePlainArgs(val instanceId: String, val project: String? = null, val tableId: String, val view: String? = null) : ConvertibleToJava<GetTablePlainArgs>

Constructors

Link copied to clipboard
fun GetTablePlainArgs(instanceId: String, project: String? = null, tableId: String, view: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
val view: String? = null