DocsResponse

Document list response class

Properties:

name
type
description

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