ListKeysResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listKeysResponseDescriptor instead')
const ListKeysResponse$json = {
  '1': 'ListKeysResponse',
  '2': [
    {
      '1': 'pagination',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.filter.v2.PaginationResponse',
      '10': 'pagination'
    },
    {
      '1': 'result',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.zitadel.user.v2.Key',
      '10': 'result'
    },
  ],
};