UpdateHumanEmailRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateHumanEmailRequestDescriptor instead')
const UpdateHumanEmailRequest$json = const {
  '1': 'UpdateHumanEmailRequest',
  '2': const [
    const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'email', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'email'},
    const {'1': 'is_email_verified', '3': 3, '4': 1, '5': 8, '10': 'isEmailVerified'},
  ],
};