Reaction.CreatedDateTime Property

Definition

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

Property Value

Attributes

Applies to