ProductFeatureArgs

data class ProductFeatureArgs(val name: Output<String>? = null, val subscriptionStatus: Output<Either<String, LicenseProfileSubscriptionStatus>>? = null) : ConvertibleToJava<ProductFeatureArgs>

Product Feature

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, subscriptionStatus: Output<Either<String, LicenseProfileSubscriptionStatus>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Product feature name.

Link copied to clipboard

Indicates the current status of the product features.

Functions

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