Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 534 Bytes

FeatureFlagScheduledChanges.md

File metadata and controls

20 lines (14 loc) · 534 Bytes

LaunchDarklyApi::FeatureFlagScheduledChanges

Properties

Name Type Description Notes
items Array<FeatureFlagScheduledChange> Array of scheduled changes
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FeatureFlagScheduledChanges.new(
  items: null,
  _links: null
)