GetSupportPlanTypePlainArgs

data class GetSupportPlanTypePlainArgs(val planTypeName: String, val providerName: String) : ConvertibleToJava<GetSupportPlanTypePlainArgs>

Constructors

Link copied to clipboard
constructor(planTypeName: String, providerName: String)

Properties

Link copied to clipboard

The Canonical support plan type.

Link copied to clipboard

The support plan type. For now the only valid type is "canonical".

Functions

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