Name | Type | Description | Notes |
---|---|---|---|
attribute | String | An attribute that results are sliced by | [optional] |
attribute_value | String | Attribute Value for 'attribute' | [optional] |
treatment_results | Array<TreatmentResultRep> | A list of the results for each treatment | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SlicedResultsRep.new(
attribute: country,
attribute_value: Canada,
treatment_results: null
)