Name | Type | Description | Notes |
---|---|---|---|
items | Array<Team> | [optional] | |
_links | Hash<String, Link> | [optional] | |
total_count | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Teams.new(
items: null,
_links: {"self":{"href":"/api/v2/teams?expand=maintainers%2Cmembers%2Croles%2Cprojects&limit=20","type":"application/json"}},
total_count: 1
)