Name | Type | Description | Notes |
---|---|---|---|
items | Array<FeatureFlag> | ||
_links | Hash<String, Link> | ||
total_count | Integer | [optional] | |
total_count_with_differences | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FeatureFlags.new(
items: null,
_links: {"self":{"href":"/api/v2/flags/default","type":"application/json"}},
total_count: 1,
total_count_with_differences: null
)