Name | Type | Description | Notes |
---|---|---|---|
comment | String | Optional comment describing the scheduled changes | [optional] |
execution_date | Integer | ||
instructions | Array<Hash> |
require 'launchdarkly_api'
instance = LaunchDarklyApi::PostFlagScheduledChangesInput.new(
comment: optional comment,
execution_date: null,
instructions: null
)