description property
The description of the metadata import.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set description($core.String v) {
$_setString(1, v);
}
The description of the metadata import.
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
@$pb.TagNumber(2)
set description($core.String v) {
$_setString(1, v);
}