ProcessUserCommand$json top-level constant

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

Implementation

@$core.Deprecated('Use processUserCommandDescriptor instead')
const ProcessUserCommand$json = {
  '1': 'ProcessUserCommand',
  '2': [
    {'1': 'userID', '3': 1, '4': 1, '5': 9, '10': 'userID'},
    {'1': 'type', '3': 2, '4': 1, '5': 5, '10': 'type'},
    {'1': 'createTime', '3': 3, '4': 1, '5': 3, '10': 'createTime'},
    {'1': 'uuid', '3': 4, '4': 1, '5': 9, '10': 'uuid'},
    {'1': 'value', '3': 5, '4': 1, '5': 9, '10': 'value'},
  ],
};