Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

LaunchDarklyApi::SegmentsSummary

Properties

Name Type Description Notes
count Integer
linked_segments ExpandedDirectlyLinkedSegments [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SegmentsSummary.new(
  count: null,
  linked_segments: null
)