RemoveHumanLinkedIDPRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use removeHumanLinkedIDPRequestDescriptor instead')
const RemoveHumanLinkedIDPRequest$json = const {
  '1': 'RemoveHumanLinkedIDPRequest',
  '2': const [
    const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'idp_id', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'idpId'},
    const {'1': 'linked_user_id', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'linkedUserId'},
  ],
};