LaunchDarklyApi::Experiment Properties Name Type Description Notes _id String [optional] key String name String description String [optional] _maintainer_id String _creation_date Integer _links Hash<String, Link> current_iteration IterationRep [optional] draft_iteration IterationRep [optional] previous_iterations Array<IterationRep> [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::Experiment.new( _id: null, key: null, name: null, description: null, _maintainer_id: null, _creation_date: null, _links: {"parent":{"href":"/api/v2/projects/my-project/environments/my-environment","type":"application/json"},"self":{"href":"/api/v2/projects/my-project/environments/my-environment/experiments/my-experiment","type":"application/json"}}, current_iteration: null, draft_iteration: null, previous_iterations: null )