ProjectGrant$json top-level constant
Implementation
@$core.Deprecated('Use projectGrantDescriptor instead')
const ProjectGrant$json = {
'1': 'ProjectGrant',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'project_id', '3': 2, '4': 1, '5': 9, '10': 'projectId'},
{'1': 'project_name', '3': 3, '4': 1, '5': 9, '10': 'projectName'},
{'1': 'organization_id', '3': 4, '4': 1, '5': 9, '10': 'organizationId'},
{
'1': 'granted_organization_id',
'3': 5,
'4': 1,
'5': 9,
'10': 'grantedOrganizationId'
},
],
};