Get Key Plain Args
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)