GetDlpJobPlainArgs

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

Constructors

Link copied to clipboard
fun GetDlpJobPlainArgs(dlpJobId: String, location: String, project: String? = null)

Functions

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

Properties

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