| Name | Type | Description | Notes |
|---|---|---|---|
| total_count | Integer | ||
| items | Array<ProjectSummary> | ||
| _links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ProjectSummaryCollection.new(
total_count: null,
items: null,
_links: null
)