LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments Properties Name Type Description Notes environments Hash<String, FeatureFlagStatus> Flag status for environment. [optional] key String feature flag key [optional] _links Hash<String, Link> [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments.new( environments: {"production":{"lastRequested":"2020-02-05T18:17:01.514Z","name":"inactive"}}, key: my-flag, _links: {"parent":{"href":"/api/v2/flag-status","type":"application/json"},"self":{"href":"/api/v2/flag-status/my-project/my-flag","type":"application/json"}} )