Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 398 Bytes

LayerConfigurationRep.md

File metadata and controls

18 lines (12 loc) · 398 Bytes

LaunchDarklyApi::LayerConfigurationRep

Properties

Name Type Description Notes
reservations Array<LayerReservationRep> The experiment reservations for the layer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::LayerConfigurationRep.new(
  reservations: null
)