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