Skip to content

Files

Latest commit

f76636a · Nov 17, 2023

History

History
22 lines (16 loc) · 663 Bytes

ExperimentCollectionRep.md

File metadata and controls

22 lines (16 loc) · 663 Bytes

LaunchDarklyApi::ExperimentCollectionRep

Properties

Name Type Description Notes
items Array<Experiment> An array of experiments
total_count Integer The total number of experiments in this project and environment. Does not include legacy experiments. [optional]
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExperimentCollectionRep.new(
  items: null,
  total_count: null,
  _links: null
)