CreateAPIApplicationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createAPIApplicationResponseDescriptor instead')
const CreateAPIApplicationResponse$json = {
  '1': 'CreateAPIApplicationResponse',
  '2': [
    {'1': 'client_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
    {
      '1': 'client_secret',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'clientSecret'
    },
  ],
};