reportId property

  1. @TagNumber.new(1)
String get reportId

The report ID is a unique identifier for the report. It is used to identify the report to be able to link it to the resource counts or other reports. Note that the report ID is only valid for the same system ID.

Implementation

@$pb.TagNumber(1)
$core.String get reportId => $_getSZ(0);
  1. @TagNumber.new(1)
set reportId (String value)

Implementation

@$pb.TagNumber(1)
set reportId($core.String value) => $_setString(0, value);