ListProjectGrantsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listProjectGrantsResponseDescriptor instead')
const ListProjectGrantsResponse$json = {
  '1': 'ListProjectGrantsResponse',
  '2': [
    {
      '1': 'pagination',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.filter.v2beta.PaginationResponse',
      '10': 'pagination'
    },
    {
      '1': 'project_grants',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.zitadel.project.v2beta.ProjectGrant',
      '10': 'projectGrants'
    },
  ],
};