Get Custom Ssl Plain Args
data class GetCustomSslPlainArgs(val customCertificateId: String? = null, val filter: GetCustomSslFilter? = null, val zoneId: String) : ConvertibleToJava<GetCustomSslPlainArgs>
A collection of arguments for invoking getCustomSsl.
Constructors
Link copied to clipboard
constructor(customCertificateId: String? = null, filter: GetCustomSslFilter? = null, zoneId: String)