Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | [optional] | |
items | Array<TeamCustomRole> | [optional] | |
_links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamCustomRoles.new(
total_count: 1,
items: null,
_links: {"self":{"href":"/api/v2/teams/example-team/roles?limit=25","type":"application/json"}}
)