Skip to content

Files

Latest commit

b5039f8 · Nov 21, 2022

History

History
32 lines (26 loc) · 963 Bytes

FeatureFlagScheduledChange.md

File metadata and controls

32 lines (26 loc) · 963 Bytes

LaunchDarklyApi::FeatureFlagScheduledChange

Properties

Name Type Description Notes
_id String
_creation_date Integer
_maintainer_id String The ID of the scheduled change maintainer
_version Integer Version of the scheduled change
execution_date Integer
instructions Array<Hash>
conflicts Object Details on any conflicting scheduled changes [optional]
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FeatureFlagScheduledChange.new(
  _id: null,
  _creation_date: null,
  _maintainer_id: 12ab3c45de678910abc12345,
  _version: 1,
  execution_date: null,
  instructions: null,
  conflicts: null,
  _links: null
)