Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

ProjectSummaryCollection.md

File metadata and controls

22 lines (16 loc) · 489 Bytes

LaunchDarklyApi::ProjectSummaryCollection

Properties

Name Type Description Notes
total_count Integer
items Array<ProjectSummary>
_links Hash<String, Link> [optional]

Example

require 'launchdarkly_api'

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