GoalsServiceItemCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use goalsServiceItemCreateRequestDescriptor instead')
const GoalsServiceItemCreateRequest$json = {
  '1': 'GoalsServiceItemCreateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'goal_id', '3': 10, '4': 1, '5': 4, '8': {}, '10': 'goalId'},
    {'1': 'name', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'label_id', '3': 12, '4': 1, '5': 4, '8': {}, '10': 'labelId'},
    {'1': 'specifications', '3': 13, '4': 1, '5': 9, '10': 'specifications'},
    {
      '1': 'input_value_type',
      '3': 20,
      '4': 1,
      '5': 14,
      '6': '.Scailo.GOAL_ITEM_INPUT_VALUE_TYPE',
      '10': 'inputValueType'
    },
    {'1': 'number_min_value', '3': 21, '4': 1, '5': 4, '10': 'numberMinValue'},
    {'1': 'number_max_value', '3': 22, '4': 1, '5': 4, '10': 'numberMaxValue'},
    {
      '1': 'number_acceptable_value',
      '3': 23,
      '4': 1,
      '5': 4,
      '10': 'numberAcceptableValue'
    },
    {'1': 'text_values', '3': 30, '4': 3, '5': 9, '10': 'textValues'},
    {
      '1': 'text_acceptable_value',
      '3': 31,
      '4': 1,
      '5': 9,
      '10': 'textAcceptableValue'
    },
  ],
};