skipActivationCheck property

bool? skipActivationCheck
getter/setter pair

Indicates if service activation check should be skipped for this request.

Default behavior is to perform the check and apply relevant quota. WARNING: Setting this flag to "true" will disable quota enforcement.

Implementation

core.bool? skipActivationCheck;