PostQuestionDraftInput.Category Property

Definition

The optional id of the category to assign the question draft to

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

Property Value

Attributes

Applies to