etebase_removed_collection_get_uid method
The uid of the removed collection
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Char> etebase_removed_collection_get_uid(
ffi.Pointer<EtebaseRemovedCollection> this_,
) {
return _etebase_removed_collection_get_uid(
this_,
);
}