ListInstancesResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listInstancesResponseDescriptor instead')
const ListInstancesResponse$json = {
  '1': 'ListInstancesResponse',
  '2': [
    {
      '1': 'instances',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.zitadel.instance.v2.Instance',
      '10': 'instances'
    },
    {
      '1': 'pagination',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.filter.v2.PaginationResponse',
      '10': 'pagination'
    },
  ],
};