deviceId property
typically, this will be *, meaning that the package will be forwarded to all users that run the corresponding host.
Implementation
@$pb.TagNumber(9)
$core.String get deviceId => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set deviceId($core.String v) { $_setString(8, v); }