etebase_fetch_options_set_with_collection method
void
etebase_fetch_options_set_with_collection(
- Pointer<
EtebaseFetchOptions> this_, - bool with_collection
Toggle fetching the collection's item
@param this_ the object handle @param with_collection set whether to fetch the collection's item
Implementation
void etebase_fetch_options_set_with_collection(
ffi.Pointer<EtebaseFetchOptions> this_,
bool with_collection,
) {
return _etebase_fetch_options_set_with_collection(
this_,
with_collection,
);
}