PostQuestionDraftInput.KnowledgeSpace Property

Definition

the id of the knowledge space to assign the question to

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

Property Value

Attributes

Applies to