PostResponse.CommentCount Property

Definition

comment_count

[System.Text.Json.Serialization.JsonPropertyName("comment_count")]
public int? CommentCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("comment_count")>]
member this.CommentCount : Nullable<int> with get, set
Public Property CommentCount As Nullable(Of Integer)

Property Value

Attributes

Applies to