etebase_invitation_list_response_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_invitation_list_response_destroy(
ffi.Pointer<EtebaseInvitationListResponse> this_,
) {
return _etebase_invitation_list_response_destroy(
this_,
);
}