Body.Content Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("content")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string? Content { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("content")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Content : string with get, set
Public Property Content As String

Property Value

Attributes

Applies to