Spaces:
Paused
Paused
File size: 594 Bytes
c9803a3 |
1 2 3 4 5 6 7 8 9 10 11 |
<?xml version="1.0" encoding="UTF-8"?>
<!-- ProxyLiteService.cls-meta.xml -->
<!-- This file defines metadata for the ProxyLiteService Apex class -->
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<!-- Set the API version of your class. It should match your org's API version or be slightly lower. -->
<!-- For example, use 58.0 if your org is Winter '24 or newer, or check your org's current API version. -->
<apiVersion>64.0</apiVersion>
<!-- Set to true if the class is active, false if it's inactive (not callable) -->
<status>Active</status>
</ApexClass>
|