LaunchDarklyApi::FlagStatusRep Properties Name Type Description Notes name String Status of the flag last_requested Time Timestamp of last time flag was requested [optional] default Object Default value seen from code [optional] _links Hash<String, Link> Example require 'launchdarkly_api' instance = LaunchDarklyApi::FlagStatusRep.new( name: inactive, last_requested: 2020-02-05T18:17:01.514Z, default: null, _links: {"parent":{"href":"/api/v2/flags/my-project/my-flag","type":"application/json"},"self":{"href":"/api/v2/flag-statuses/my-project/my-flag","type":"application/json"}} )