Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

File metadata and controls

20 lines (14 loc) · 430 Bytes

LaunchDarklyApi::ExpandedDirectlyLinkedFlags

Properties

Name Type Description Notes
items Array<ExpandedDirectlyLinkedFlag>
total_count Integer

Example

require 'launchdarkly_api'

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