Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

FlagReferenceCollectionRep.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

LaunchDarklyApi::FlagReferenceCollectionRep

Properties

Name Type Description Notes
total_count Integer The total number of flag references
items Array<FlagReferenceRep> A list of flag references

Example

require 'launchdarkly_api'

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