Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | ||
items | Array<RepositoryRep> | An array of repositories |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RepositoryCollectionRep.new(
_links: null,
items: null
)
Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | ||
items | Array<RepositoryRep> | An array of repositories |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RepositoryCollectionRep.new(
_links: null,
items: null
)