Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 468 Bytes

BranchCollectionRep.md

File metadata and controls

20 lines (14 loc) · 468 Bytes

LaunchDarklyApi::BranchCollectionRep

Properties

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

Example

require 'launchdarkly_api'

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