| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<FlagListingRep> | A list of the flags that have been evaluated by the application | [optional] |
| total_count | Integer | The number of flags that have been evaluated by the application | [optional] |
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ApplicationFlagCollectionRep.new(
items: null,
total_count: 1,
_links: null
)