Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 779 Bytes

HoldoutsCollectionRep.md

File metadata and controls

22 lines (16 loc) · 779 Bytes

LaunchDarklyApi::HoldoutsCollectionRep

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::HoldoutsCollectionRep.new(
  items: null,
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/my-project/environments/my-environment/holdouts?limit&#x3D;20&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  total_count: null
)