Flow$json top-level constant

  1. @Deprecated('Use flowDescriptor instead')
Map<String, Object> const Flow$json

Implementation

@$core.Deprecated('Use flowDescriptor instead')
const Flow$json = {
  '1': 'Flow',
  '2': [
    {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v1.FlowType',
      '8': {},
      '10': 'type'
    },
    {
      '1': 'details',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.v1.ObjectDetails',
      '10': 'details'
    },
    {
      '1': 'state',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.zitadel.action.v1.FlowState',
      '8': {},
      '10': 'state'
    },
    {
      '1': 'trigger_actions',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.zitadel.action.v1.TriggerAction',
      '10': 'triggerActions'
    },
  ],
};