ClientContactProto$json top-level constant

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

Implementation

@$core.Deprecated('Use clientContactProtoDescriptor instead')
const ClientContactProto$json = {
  '1': 'ClientContactProto',
  '2': [
    {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
    {'1': 'phone', '3': 2, '4': 1, '5': 9, '10': 'phone'},
    {'1': 'first_name', '3': 3, '4': 1, '5': 9, '10': 'firstName'},
    {'1': 'last_name', '3': 4, '4': 1, '5': 9, '10': 'lastName'},
    {'1': 'function', '3': 5, '4': 1, '5': 9, '10': 'function'},
    {
      '1': 'isMale',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.BoolValue',
      '10': 'isMale'
    },
    {'1': 'language', '3': 7, '4': 1, '5': 9, '10': 'language'},
    {'1': 'priority', '3': 8, '4': 1, '5': 5, '10': 'priority'},
    {'1': 'id', '3': 9, '4': 1, '5': 5, '10': 'id'},
    {'1': 'client_id', '3': 10, '4': 1, '5': 5, '10': 'clientId'},
  ],
  '3': [
    ClientContactProto_EditRequest$json,
    ClientContactProto_AddRequest$json,
    ClientContactProto_RemoveRequest$json
  ],
};