etebase_collection_list_response_get_removed_memberships method

int etebase_collection_list_response_get_removed_memberships(
  1. Pointer<EtebaseCollectionListResponse> this_,
  2. Pointer<Pointer<EtebaseRemovedCollection>> data
)

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,
  );
}