ListAPIKeysResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listAPIKeysResponseDescriptor instead')
const ListAPIKeysResponse$json = const {
  '1': 'ListAPIKeysResponse',
  '2': const [
    const {
      '1': 'api_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.APIKey',
      '10': 'apiKey'
    },
    const {'1': 'offset', '3': 2, '4': 1, '5': 12, '10': 'offset'},
  ],
};