Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
22 lines (16 loc) · 632 Bytes

SlicedResultsRep.md

File metadata and controls

22 lines (16 loc) · 632 Bytes

LaunchDarklyApi::SlicedResultsRep

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SlicedResultsRep.new(
  attribute: country,
  attribute_value: Canada,
  treatment_results: null
)