etebase_collection_member_manager_list method
Pointer<EtebaseMemberListResponse>
etebase_collection_member_manager_list(
- Pointer<
EtebaseCollectionMemberManager> this_, - Pointer<
EtebaseFetchOptions> fetch_options
List the members of a collection
@param this_ the object handle
@param fetch_options the EtebaseFetchOptions
to fetch with
Implementation
ffi.Pointer<EtebaseMemberListResponse> etebase_collection_member_manager_list(
ffi.Pointer<EtebaseCollectionMemberManager> this_,
ffi.Pointer<EtebaseFetchOptions> fetch_options,
) {
return _etebase_collection_member_manager_list(
this_,
fetch_options,
);
}