GetImportJobPlainArgs

data class GetImportJobPlainArgs(val importJobId: String, val location: String, val project: String? = null, val view: String? = null) : ConvertibleToJava<GetImportJobPlainArgs>

Constructors

Link copied to clipboard
fun GetImportJobPlainArgs(importJobId: String, location: String, project: String? = null, view: String? = null)

Functions

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

Properties

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