dryRun property

  1. @BuiltValueField(wireName: r'dry_run')
bool? dryRun

If set to true, the number of users who would be affected is returned.

Implementation

@BuiltValueField(wireName: r'dry_run')
bool? get dryRun;