dryRun property

bool? dryRun
getter/setter pair

If true, the request should expect normal response, but the entries won't be persisted nor exported.

Useful for checking whether the logging API endpoints are working properly before sending valuable data.

Optional.

Implementation

core.bool? dryRun;