etebase_invitation_manager_list_outgoing method
Pointer<EtebaseInvitationListResponse>
etebase_invitation_manager_list_outgoing(
- Pointer<
EtebaseCollectionInvitationManager> this_, - Pointer<
EtebaseFetchOptions> fetch_options
List the outgoing collection invitations for the account
@param this_ the object handle
@param fetch_options the EtebaseFetchOptions
to fetch with
Implementation
ffi.Pointer<EtebaseInvitationListResponse>
etebase_invitation_manager_list_outgoing(
ffi.Pointer<EtebaseCollectionInvitationManager> this_,
ffi.Pointer<EtebaseFetchOptions> fetch_options,
) {
return _etebase_invitation_manager_list_outgoing(
this_,
fetch_options,
);
}