Name | Type | Description | Notes |
---|---|---|---|
items | Array<MultiEnvironmentDependentFlag> | An array of dependent flags with their environment information | |
_links | Hash<String, Link> | The location and content type of related resources | |
_site | Link |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MultiEnvironmentDependentFlags.new(
items: null,
_links: null,
_site: null
)