GetAttestorPlainArgs

data class GetAttestorPlainArgs(val attestorId: String, val project: String? = null) : ConvertibleToJava<GetAttestorPlainArgs>

Constructors

Link copied to clipboard
fun GetAttestorPlainArgs(attestorId: String, project: String? = null)

Functions

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

Properties

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