etebase_collection_list_response_get_data_length method

int etebase_collection_list_response_get_data_length(
  1. Pointer<EtebaseCollectionListResponse> this_
)

The number of collections included in the response

@param this_ the object handle

Implementation

int etebase_collection_list_response_get_data_length(
  ffi.Pointer<EtebaseCollectionListResponse> this_,
) {
  return _etebase_collection_list_response_get_data_length(
    this_,
  );
}