destinationFolderUuid property
The UUID of the destination folder that the file needs to be moved into
Implementation
@$pb.TagNumber(13)
$core.String get destinationFolderUuid => $_getSZ(1);
Implementation
@$pb.TagNumber(13)
set destinationFolderUuid($core.String value) => $_setString(1, value);