GetDocumentListResponseDto
data class GetDocumentListResponseDto(documents: List<DocumentListItemDto>, count: Int)
Content copied to clipboard
Structure of the response on the document list endpoint
Parameters
documents
@param count This field counts the total number of documents for the user existing in the system.
If filter conditions are informed, this would only count the records matching those.
Constructors
GetDocumentListResponseDto
Link copied to clipboard
fun GetDocumentListResponseDto(documents: List<DocumentListItemDto>, count: Int)
Content copied to clipboard
@param count This field counts the total number of documents for the user existing in the system.
If filter conditions are informed, this would only count the records matching those.
Properties
documents
Link copied to clipboard
@SerializedName(value = documents)
Content copied to clipboard