DocsResponse

Document list response class

Properties:

nametypedescription

count

int

Number of documents found

next

String

url for next request if it has pagination

previous

String

url for previous request if it has pagination

results

ArrayList<DocResponse>

List of documents found

Last updated