Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

FlagLinkCollectionRep.md

File metadata and controls

20 lines (14 loc) · 478 Bytes

LaunchDarklyApi::FlagLinkCollectionRep

Properties

Name Type Description Notes
items Array<FlagLinkRep> An array of flag links
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

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