AllFeaturesArgs

data class AllFeaturesArgs(val filterType: Output<String>) : ConvertibleToJava<AllFeaturesArgs>

Constructors

Link copied to clipboard
constructor(filterType: Output<String>)

Properties

Link copied to clipboard
val filterType: Output<String>

Expected value is 'AllFeatures'.

Functions

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