Type Alias: FilesInfoResponse
type FilesInfoResponse: WebAPICallResult & object;
Type declaration
comments?
optional comments: Comment[];
content?
optional content: string;
content_highlight_css?
optional content_highlight_css: string;
content_highlight_html?
optional content_highlight_html: string;
content_highlight_html_truncated?
optional content_highlight_html_truncated: boolean;
error?
optional error: string;
file?
optional file: File;
is_truncated?
optional is_truncated: boolean;
needed?
optional needed: string;
ok?
optional ok: boolean;
paging?
optional paging: Paging;
provided?
optional provided: string;