enableHotKeyLogging property
When true, enables the logging of the literal hot key to the user's Cloud Logging.
Implementation
@$pb.TagNumber(1)
$core.bool get enableHotKeyLogging => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set enableHotKeyLogging($core.bool v) {
$_setBool(0, v);
}