Name | Type | Description | Notes |
---|---|---|---|
items | Array<SimpleHoldoutRep> | [optional] | |
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
total_count | Integer | The total number of holdouts in this project and environment. | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::HoldoutsCollectionRep.new(
items: null,
_links: {"self":{"href":"/api/v2/my-project/environments/my-environment/holdouts?limit=20","type":"application/json"}},
total_count: null
)