CreateEventResponse.Name Property

Definition

name

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

Property Value

Attributes

Applies to