Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

File metadata and controls

20 lines (14 loc) · 401 Bytes

LaunchDarklyApi::FlagsSummary

Properties

Name Type Description Notes
count Integer
linked_flags ExpandedDirectlyLinkedFlags [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagsSummary.new(
  count: null,
  linked_flags: null
)