Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 522 Bytes

PostFlagScheduledChangesInput.md

File metadata and controls

22 lines (16 loc) · 522 Bytes

LaunchDarklyApi::PostFlagScheduledChangesInput

Properties

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

Example

require 'launchdarkly_api'

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