description property
Optional. Description of the scan.
- Must be between 1-1024 characters.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String v) {
$_setString(2, v);
}