RemovePublicKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use removePublicKeyRequestDescriptor instead')
const RemovePublicKeyRequest$json = {
  '1': 'RemovePublicKeyRequest',
  '2': [
    {'1': 'target_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'targetId'},
    {'1': 'key_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'keyId'},
  ],
};