AddUserGrantRequest$json top-level constant
- @Deprecated('Use addUserGrantRequestDescriptor instead')
Implementation
@$core.Deprecated('Use addUserGrantRequestDescriptor instead')
const AddUserGrantRequest$json = {
'1': 'AddUserGrantRequest',
'2': [
{'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
{'1': 'project_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
{
'1': 'project_grant_id',
'3': 3,
'4': 1,
'5': 9,
'8': {},
'10': 'projectGrantId'
},
{'1': 'role_keys', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'roleKeys'},
],
};