Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

ClientCollection.md

File metadata and controls

20 lines (14 loc) · 521 Bytes

LaunchDarklyApi::ClientCollection

Properties

Name Type Description Notes
_links Hash<String, Link>
items Array<Client> List of client objects

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ClientCollection.new(
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/oauth/clients&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  items: null
)