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