GetBatchPlainArgs

data class GetBatchPlainArgs(val batchId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetBatchPlainArgs>

Constructors

Link copied to clipboard
fun GetBatchPlainArgs(batchId: String, location: String, project: String? = null)

Functions

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

Properties

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