etebase_invitation_list_response_get_iterator method
Iterator for the list response
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Char> etebase_invitation_list_response_get_iterator(
ffi.Pointer<EtebaseInvitationListResponse> this_,
) {
return _etebase_invitation_list_response_get_iterator(
this_,
);
}