Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.22 KB

File metadata and controls

25 lines (21 loc) · 1.22 KB

AnnouncementArticle

Announcement article

Properties

Name Type Description Notes
id int Announcement article ID.
title str Article title
brief str Article summary
created str Article creation time, returned as a string.
updated str Article update time, returned as a string.
release_time str Article publication time, returned as a string.
views int View count
author str Author
author_id int Article author ID.
tags str Article tags
cate str Category to which the article belongs.
is_top int Pinned status indicator for the article.
cate_id int ID of the category to which the article belongs.
source str Article source
content_lang_list list[AnnouncementArticleLanguage] Languages supported by the article, with the code and name of each language.

[Back to Model list] [Back to API list] [Back to README]