Name | Type | Description | Notes |
---|---|---|---|
items | Array<FeatureFlagScheduledChange> | Array of scheduled changes | |
_links | Hash<String, Link> | Links to other resources within the API. Includes the URL and content type of those resources. | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FeatureFlagScheduledChanges.new(
items: null,
_links: null
)