Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | The number of custom roles assigned to this team | [optional] |
items | Array<TeamCustomRole> | An array of the custom roles that have been assigned to this team | [optional] |
_links | Hash<String, Link> | The location and content type of related resources | [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"}}
)