CreateProjectGrantRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createProjectGrantRequestDescriptor instead')
const CreateProjectGrantRequest$json = {
  '1': 'CreateProjectGrantRequest',
  '2': [
    {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
    {
      '1': 'granted_organization_id',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'grantedOrganizationId'
    },
    {'1': 'role_keys', '3': 3, '4': 3, '5': 9, '8': {}, '10': 'roleKeys'},
  ],
};