LimitUserLoginIP$json top-level constant

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

Implementation

@$core.Deprecated('Use limitUserLoginIPDescriptor instead')
const LimitUserLoginIP$json = {
  '1': 'LimitUserLoginIP',
  '2': [
    {'1': 'userID', '3': 1, '4': 1, '5': 9, '10': 'userID'},
    {'1': 'ip', '3': 2, '4': 1, '5': 9, '10': 'ip'},
    {'1': 'createTime', '3': 3, '4': 1, '5': 3, '10': 'createTime'},
    {'1': 'user', '3': 4, '4': 1, '5': 11, '6': '.openim.chat.common.UserPublicInfo', '10': 'user'},
  ],
};