reportId property
The report ID is a unique identifier for the report. It is used to identify the report in case of additional data / pagination. Note that the report ID is only valid for the same system ID.
Implementation
@$pb.TagNumber(1)
$core.String get reportId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set reportId($core.String value) => $_setString(0, value);