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