Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | Total number of repositories | |
items | Array<InsightsRepository> | List of repositories | |
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightsRepositoryCollection.new(
total_count: 1,
items: null,
_links: null
)