ActivityResponse.CreatedDateTime Property

Definition

yyyy-MM-ddTHH:mm:ss.fffZ

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("add_time")]
public DateTime? CreatedDateTime { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("add_time")>]
member this.CreatedDateTime : Nullable<DateTime> with get, set
Public Property CreatedDateTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to