GetCertificatePlainArgs

data class GetCertificatePlainArgs(val name: String) : ConvertibleToJava<GetCertificatePlainArgs>

A collection of arguments for invoking getCertificate.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of certificate.

Functions

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