Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 350 Bytes

ActionOutputRep.md

File metadata and controls

20 lines (14 loc) · 350 Bytes

LaunchDarklyApi::ActionOutputRep

Properties

Name Type Description Notes
kind String
instructions Array<Hash>

Example

require 'launchdarkly_api'

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