GetKeyPlainArgs

data class GetKeyPlainArgs(val keyId: String, val project: String? = null, val publicKeyType: String? = null, val serviceAccountId: String) : ConvertibleToJava<GetKeyPlainArgs>

Constructors

Link copied to clipboard
fun GetKeyPlainArgs(keyId: String, project: String? = null, publicKeyType: String? = null, serviceAccountId: String)

Functions

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

Properties

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