Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

LaunchDarklyApi::ExpandedDirectlyLinkedSegments

Properties

Name Type Description Notes
items Array<ExpandedDirectlyLinkedSegment>
total_count Integer

Example

require 'launchdarkly_api'

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