LocationsServiceUpdateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use locationsServiceUpdateRequestDescriptor instead')
const LocationsServiceUpdateRequest$json = {
  '1': 'LocationsServiceUpdateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'id', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'id'},
    {'1': 'notify_users', '3': 3, '4': 1, '5': 8, '10': 'notifyUsers'},
    {'1': 'name', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'email', '3': 12, '4': 1, '5': 9, '8': {}, '10': 'email'},
    {'1': 'phone', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'phone'},
    {
      '1': 'form_data',
      '3': 30,
      '4': 3,
      '5': 11,
      '6': '.Scailo.FormFieldDatumCreateRequest',
      '10': 'formData'
    },
  ],
};