Spaces:
Paused
Paused
proxy-lite-demov3
/
proxy-lite-work
/force-app
/main
/default
/classes
/ProxyLiteService.cls-meta.xml
| <!-- 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> | |