NotesServiceCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use notesServiceCreateRequestDescriptor instead')
const NotesServiceCreateRequest$json = {
  '1': 'NotesServiceCreateRequest',
  '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': 8,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vaultFolderId'
    },
    {'1': 'project_id', '3': 9, '4': 1, '5': 4, '8': {}, '10': 'projectId'},
    {'1': 'title', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'title'},
    {'1': 'description', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {'1': 'employee_id', '3': 20, '4': 1, '5': 4, '8': {}, '10': 'employeeId'},
    {'1': 'activity_id', '3': 21, '4': 1, '5': 4, '8': {}, '10': 'activityId'},
    {
      '1': 'activity_status_id',
      '3': 22,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'activityStatusId'
    },
  ],
};