proxyApiClassNamePrefix top-level constant

String const proxyApiClassNamePrefix

Prefix for classes generated to use with ProxyApis.

This lowers the chances of variable name collisions with user defined parameters.

Implementation

const String proxyApiClassNamePrefix = 'Pigeon';