etebase_collection_list_response_get_stoken method

Pointer<Char> etebase_collection_list_response_get_stoken(
  1. Pointer<EtebaseCollectionListResponse> this_
)

Sync token for the list response

@param this_ the object handle

Implementation

ffi.Pointer<ffi.Char> etebase_collection_list_response_get_stoken(
  ffi.Pointer<EtebaseCollectionListResponse> this_,
) {
  return _etebase_collection_list_response_get_stoken(
    this_,
  );
}