Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 721 Bytes

File metadata and controls

19 lines (14 loc) · 721 Bytes

PostDetailModel

Properties

Name Type Description Notes
id String Post ID
title String Post title
summary String Post summary
content String Post content
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 Publish time

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