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