etebase_invitation_list_response_get_data_length method
The number of invitations included in the response
@param this_ the object handle
Implementation
int etebase_invitation_list_response_get_data_length(
ffi.Pointer<EtebaseInvitationListResponse> this_,
) {
return _etebase_invitation_list_response_get_data_length(
this_,
);
}