CreateToDo.Body Property

Definition

To-do body that typically contains information about the to-do.

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

Property Value

Attributes

Applies to