Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | The location and content type of related resources | |
items | Array<Client> | List of client objects |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ClientCollection.new(
_links: {"self":{"href":"/api/v2/oauth/clients","type":"application/json"}},
items: null
)