PostModel.LikesEnabled Property

Definition

likes_enabled

[System.Text.Json.Serialization.JsonPropertyName("likes_enabled")]
public bool? LikesEnabled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("likes_enabled")>]
member this.LikesEnabled : Nullable<bool> with get, set
Public Property LikesEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to