Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 666 Bytes

InsightsRepositoryProjectCollection.md

File metadata and controls

22 lines (16 loc) · 666 Bytes

LaunchDarklyApi::InsightsRepositoryProjectCollection

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightsRepositoryProjectCollection.new(
  total_count: 1,
  items: null,
  _links: null
)