ChangeSubscriptionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use changeSubscriptionRequestDescriptor instead')
const ChangeSubscriptionRequest$json = {
  '1': 'ChangeSubscriptionRequest',
  '2': [
    {'1': 'domain', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'domain'},
    {'1': 'subscription_name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'subscriptionName'},
    {'1': 'request_limit', '3': 3, '4': 1, '5': 4, '10': 'requestLimit'},
    {'1': 'action_mins_limit', '3': 4, '4': 1, '5': 4, '10': 'actionMinsLimit'},
  ],
};