reportId property
The previously returned report ID from the server to continue reporting. Note that the report ID is only valid for the same system ID.
Implementation
@$pb.TagNumber(2)
$core.String get reportId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set reportId($core.String value) => $_setString(1, value);