LaunchDarklyApi::FlagStatusRep Properties Name Type Description Notes _links Hash<String, Link> name String Status of the flag [optional] last_requested Time Timestamp of last time flag was requested [optional] default Object Default value seen from code [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::FlagStatusRep.new( _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"}}, name: inactive, last_requested: 2020-02-05T18:17:01.514Z, default: null )