ActivityTimer$json top-level constant

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

Implementation

@$core.Deprecated('Use activityTimerDescriptor instead')
const ActivityTimer$json = {
  '1': 'ActivityTimer',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {
      '1': 'metadata',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Scailo.EmployeeMetadata',
      '10': 'metadata'
    },
    {'1': 'user_comment', '3': 5, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'activity_id', '3': 10, '4': 1, '5': 4, '10': 'activityId'},
    {
      '1': 'activity_action_id',
      '3': 11,
      '4': 1,
      '5': 4,
      '10': 'activityActionId'
    },
    {'1': 'goal_id', '3': 12, '4': 1, '5': 4, '10': 'goalId'},
    {'1': 'employee_id', '3': 13, '4': 1, '5': 4, '10': 'employeeId'},
    {'1': 'start_at', '3': 14, '4': 1, '5': 4, '10': 'startAt'},
    {'1': 'end_at', '3': 15, '4': 1, '5': 4, '10': 'endAt'},
    {
      '1': 'completion_percentage',
      '3': 16,
      '4': 1,
      '5': 4,
      '10': 'completionPercentage'
    },
    {'1': 'description', '3': 17, '4': 1, '5': 9, '10': 'description'},
  ],
};