Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

ModelsMockExecutionCreateRequestV1.md

File metadata and controls

22 lines (16 loc) · 672 Bytes

Falcon::ModelsMockExecutionCreateRequestV1

Properties

Name Type Description Notes
definition ModelsDefinitionCreateRequestV2 [optional]
mocks String Mock activity data and trigger data for non-on-demand executions, keyed by node ID, may include trigger and/or activity nodes
on_demand_trigger String Trigger data for on-demand executions [optional]

Example

require 'crimson-falcon'

instance = Falcon::ModelsMockExecutionCreateRequestV1.new(
  definition: null,
  mocks: null,
  on_demand_trigger: null
)