Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
items | Array<CustomRole> | An array of custom roles | |
total_count | Integer | The total number of custom roles | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomRoles.new(
_links: null,
items: null,
total_count: null
)