description property
The description attached to the migrating VM by the user.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String v) {
$_setString(2, v);
}
The description attached to the migrating VM by the user.
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
@$pb.TagNumber(3)
set description($core.String v) {
$_setString(2, v);
}