etebase_collection_list_response_get_removed_memberships method
int
etebase_collection_list_response_get_removed_memberships(
- Pointer<
EtebaseCollectionListResponse> this_, - Pointer<
Pointer< dataEtebaseRemovedCollection> >
The list of collections to which the user lost access
@param this_ the object handle
@paramout
data the array to store the collections in
Implementation
int etebase_collection_list_response_get_removed_memberships(
ffi.Pointer<EtebaseCollectionListResponse> this_,
ffi.Pointer<ffi.Pointer<EtebaseRemovedCollection>> data,
) {
return _etebase_collection_list_response_get_removed_memberships(
this_,
data,
);
}