GetSecurityOperatorPlainArgs

data class GetSecurityOperatorPlainArgs(val pricingName: String, val securityOperatorName: String) : ConvertibleToJava<GetSecurityOperatorPlainArgs>

Constructors

Link copied to clipboard
constructor(pricingName: String, securityOperatorName: String)

Properties

Link copied to clipboard

name of the pricing configuration

Link copied to clipboard

name of the securityOperator

Functions

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