etebase_item_list_response_get_stoken method
Sync token for the list response
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Char> etebase_item_list_response_get_stoken(
ffi.Pointer<EtebaseItemListResponse> this_,
) {
return _etebase_item_list_response_get_stoken(
this_,
);
}