etebase_invitation_list_response_get_data method
int
etebase_invitation_list_response_get_data(
- Pointer<
EtebaseInvitationListResponse> this_, - Pointer<
Pointer< dataEtebaseSignedInvitation> >
List of invitations included in the response
@param this_ the object handle
@paramout
data the array to store the items in
Implementation
int etebase_invitation_list_response_get_data(
ffi.Pointer<EtebaseInvitationListResponse> this_,
ffi.Pointer<ffi.Pointer<EtebaseSignedInvitation>> data,
) {
return _etebase_invitation_list_response_get_data(
this_,
data,
);
}