Class FileListResponse
Contents
[
Hide
]FileListResponse class
Represents a file list response containing a list of file responses.
public class FileListResponse : DataResponse<List<FileResponse>>
Constructors
Name | Description |
---|---|
FileListResponse() | The default constructor. |
Properties
Name | Description |
---|---|
Data { get; set; } | |
Detail { get; set; } | Gets or sets the response detail. |
Error { get; set; } | Gets or sets the HTTP response error. |
ErrorMessage { get; } | Gets or sets the error information. |
HttpResponseHeaders { get; set; } | Gets or sets the HTTP response headers. |
HttpStatusCode { get; set; } | Gets or sets the HTTP status code. |
IsSuccessful { get; } | Indicates if the response was successful. |
Object { get; set; } | Gets or sets the object type, which is always list. |
ReasonPhrase { get; } | Gets the error reason phrase. |
See Also
- class DataResponse<T>
- class FileResponse
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF