Class CommentOpenGetResponse.Types.Data
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class CommentOpenGetResponse.Types.Data
- Inheritance
-
CommentOpenGetResponse.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
CommentList
获取或设置评论列表。
[JsonPropertyName("comment_list")]
public CommentOpenGetResponse.Types.Data.Types.Comment[] CommentList { get; set; }
Property Value
- Comment[]
HasMore
获取或设置是否还有更多数据。
[JsonPropertyName("has_more")]
public bool HasMore { get; set; }
Property Value
TotalCount
获取或设置总数量。
[JsonPropertyName("count")]
public int TotalCount { get; set; }