ActivateProjectGrantRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use activateProjectGrantRequestDescriptor instead')
const ActivateProjectGrantRequest$json = {
  '1': 'ActivateProjectGrantRequest',
  '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'
    },
  ],
};