GetCustomSslPlainArgs

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)

Properties

Link copied to clipboard

Identifier.

Link copied to clipboard
Link copied to clipboard

Identifier.

Functions

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