Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

FlagLinkCollectionRep.md

File metadata and controls

20 lines (14 loc) · 406 Bytes

LaunchDarklyApi::FlagLinkCollectionRep

Properties

Name Type Description Notes
items Array<FlagLinkRep>
_links Hash<String, Link>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagLinkCollectionRep.new(
  items: null,
  _links: null
)