description property
The description of the backup.
Implementation
@$pb.TagNumber(6)
$core.String get description => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set description($core.String v) {
$_setString(5, v);
}
The description of the backup.
@$pb.TagNumber(6)
$core.String get description => $_getSZ(5);
@$pb.TagNumber(6)
set description($core.String v) {
$_setString(5, v);
}