DeleteOAuthAppRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use deleteOAuthAppRequestDescriptor instead')
const DeleteOAuthAppRequest$json = {
  '1': 'DeleteOAuthAppRequest',
  '2': [
    {'1': 'org_id', '3': 1, '4': 1, '5': 9, '10': 'orgId'},
    {'1': 'client_id', '3': 2, '4': 1, '5': 9, '10': 'clientId'},
  ],
};