Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

ActionOutput.md

File metadata and controls

20 lines (14 loc) · 378 Bytes

LaunchDarklyApi::ActionOutput

Properties

Name Type Description Notes
kind String The type of action for this stage
instructions Array<Hash>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ActionOutput.new(
  kind: patch,
  instructions: null
)