ListAPIKeysRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use listAPIKeysRequestDescriptor instead')
const ListAPIKeysRequest$json = const {
  '1': 'ListAPIKeysRequest',
  '2': const [
    const {'1': 'offset', '3': 1, '4': 1, '5': 12, '10': 'offset'},
    const {'1': 'limit', '3': 2, '4': 1, '5': 3, '10': 'limit'},
    const {'1': 'order_by', '3': 3, '4': 1, '5': 9, '10': 'orderBy'},
    const {'1': 'order_desc', '3': 4, '4': 1, '5': 8, '10': 'orderDesc'},
  ],
};