Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 461 Bytes

FlagScheduledChangesInput.md

File metadata and controls

20 lines (14 loc) · 461 Bytes

LaunchDarklyApi::FlagScheduledChangesInput

Properties

Name Type Description Notes
comment String Optional comment describing the update to the scheduled changes [optional]
instructions Array<Hash>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagScheduledChangesInput.new(
  comment: optional comment,
  instructions: null
)