ActivitiesServiceCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use activitiesServiceCreateRequestDescriptor instead')
const ActivitiesServiceCreateRequest$json = {
  '1': 'ActivitiesServiceCreateRequest',
  '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': 7,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vaultFolderId'
    },
    {
      '1': 'activity_group_id',
      '3': 8,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'activityGroupId'
    },
    {
      '1': 'activity_status_id',
      '3': 9,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'activityStatusId'
    },
    {'1': 'title', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'title'},
    {'1': 'starts_at', '3': 11, '4': 1, '5': 4, '8': {}, '10': 'startsAt'},
    {'1': 'due_by', '3': 12, '4': 1, '5': 4, '8': {}, '10': 'dueBy'},
    {'1': 'description', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {
      '1': 'assign_self_as_owner',
      '3': 80,
      '4': 1,
      '5': 8,
      '10': 'assignSelfAsOwner'
    },
    {
      '1': 'assign_self_as_supervisor',
      '3': 81,
      '4': 1,
      '5': 8,
      '10': 'assignSelfAsSupervisor'
    },
  ],
};