Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

File metadata and controls

20 lines (14 loc) · 404 Bytes

LaunchDarklyApi::ExpandedLinkedResourcesFlags

Properties

Name Type Description Notes
items Array<ExpandedFlag>
total_count Integer

Example

require 'launchdarkly_api'

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