| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<FeatureFlagScheduledChange> | Array of scheduled changes | |
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FeatureFlagScheduledChanges.new(
items: null,
_links: null
)