Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | The total number of flag references | |
items | Array<FlagReferenceRep> | A list of flag references |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagReferenceCollectionRep.new(
total_count: 25,
items: null
)