Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 675 Bytes

File metadata and controls

18 lines (13 loc) · 675 Bytes

PostInfoModel

Properties

Name Type Description Notes
id String Post ID
title String Post title
summary String Post summary
is_pinned bool Is pinned
tags Option<Vec> Post tags [optional]
author_avatar Option<String> Author avatar [optional]
author_name Option<String> Author name [optional]
time i32 Update time

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