pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.evidently.kotlin.outputs
/
FeatureVariationObject
Feature
Variation
Object
data
class
FeatureVariationObject
(
val
booleanValue
:
Boolean
?
=
null
,
val
doubleValue
:
Double
?
=
null
,
val
longValue
:
Double
?
=
null
,
val
stringValue
:
String
?
=
null
,
val
variationName
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Feature
Variation
Object
Link copied to clipboard
fun
FeatureVariationObject
(
booleanValue
:
Boolean
?
=
null
,
doubleValue
:
Double
?
=
null
,
longValue
:
Double
?
=
null
,
stringValue
:
String
?
=
null
,
variationName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
boolean
Value
Link copied to clipboard
val
booleanValue
:
Boolean
?
=
null
double
Value
Link copied to clipboard
val
doubleValue
:
Double
?
=
null
long
Value
Link copied to clipboard
val
longValue
:
Double
?
=
null
string
Value
Link copied to clipboard
val
stringValue
:
String
?
=
null
variation
Name
Link copied to clipboard
val
variationName
:
String
?
=
null