staging property

String staging
getter/setter pair

Specifies the Staging environment.

The staging environment can be used to validate app changes before changing the environment to production.

Implementation

static String staging = 'Staging';