CreateEventResponse.Description Property

Definition

description

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

Property Value

Attributes

Applies to