WebHookSubscription$json top-level constant

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

Implementation

@$core.Deprecated('Use webHookSubscriptionDescriptor instead')
const WebHookSubscription$json = {
  '1': 'WebHookSubscription',
  '2': [
    {'1': 'EventType', '3': 1, '4': 1, '5': 9, '10': 'EventType'},
    {'1': 'CallbackUrl', '3': 2, '4': 1, '5': 9, '10': 'CallbackUrl'},
  ],
};