Input$FlowFlowActionActionProfilePropertyInput constructor

Input$FlowFlowActionActionProfilePropertyInput({
  1. Enum$FlowProfilePropertyEnum? existing,
  2. Input$FlowFlowActionActionProfilePropertyCustomInput? custom,
})

Implementation

factory Input$FlowFlowActionActionProfilePropertyInput({
  Enum$FlowProfilePropertyEnum? existing,
  Input$FlowFlowActionActionProfilePropertyCustomInput? custom,
}) =>
    Input$FlowFlowActionActionProfilePropertyInput._({
      if (existing != null) r'existing': existing,
      if (custom != null) r'custom': custom,
    });