Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

RepositoryCollectionRep.md

File metadata and controls

20 lines (14 loc) · 438 Bytes

LaunchDarklyApi::RepositoryCollectionRep

Properties

Name Type Description Notes
_links Hash<String, Link>
items Array<RepositoryRep> An array of repositories

Example

require 'launchdarkly_api'

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