Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 499 Bytes

ExperimentCollectionRep.md

File metadata and controls

22 lines (16 loc) · 499 Bytes

LaunchDarklyApi::ExperimentCollectionRep

Properties

Name Type Description Notes
items Array<Experiment> [optional]
total_count Integer [optional]
_links Hash<String, Link> [optional]

Example

require 'launchdarkly_api'

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