GetEntityPlainArgs

data class GetEntityPlainArgs(val entityId: String, val lakeId: String, val location: String, val project: String? = null, val view: String? = null, val zone: String) : ConvertibleToJava<GetEntityPlainArgs>

Constructors

Link copied to clipboard
constructor(entityId: String, lakeId: String, location: String, project: String? = null, view: String? = null, zone: String)

Properties

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

Functions

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