WorkflowsRulesServiceCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use workflowsRulesServiceCreateRequestDescriptor instead')
const WorkflowsRulesServiceCreateRequest$json = {
  '1': 'WorkflowsRulesServiceCreateRequest',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {'1': 'user_comment', '3': 2, '4': 1, '5': 9, '10': 'userComment'},
    {
      '1': 'vault_folder_id',
      '3': 9,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vaultFolderId'
    },
    {'1': 'name', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'notify_user_id',
      '3': 12,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'notifyUserId'
    },
    {'1': 'description', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {
      '1': 'service_name',
      '3': 20,
      '4': 1,
      '5': 14,
      '6': '.Scailo.WORKFLOW_RULE_SERVICE_NAME',
      '10': 'serviceName'
    },
    {
      '1': 'record_status',
      '3': 21,
      '4': 1,
      '5': 14,
      '6': '.Scailo.STANDARD_LIFECYCLE_STATUS',
      '10': 'recordStatus'
    },
    {
      '1': 'moment',
      '3': 22,
      '4': 1,
      '5': 14,
      '6': '.Scailo.WORKFLOW_RULE_MOMENT',
      '10': 'moment'
    },
    {
      '1': 'execute_on',
      '3': 23,
      '4': 1,
      '5': 14,
      '6': '.Scailo.WORKFLOW_RULE_EXECUTE_ON',
      '10': 'executeOn'
    },
    {'1': 'user_payload', '3': 40, '4': 1, '5': 12, '10': 'userPayload'},
  ],
};