Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | [optional] | |
items | Array<CustomRole> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomRoles.new(
_links: null,
items: null
)
Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | [optional] | |
items | Array<CustomRole> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomRoles.new(
_links: null,
items: null
)