ActivityResponse.UpdatedDateTime Property

Definition

yyyy-MM-ddTHH:mm:ss.fffZ

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

Property Value

Attributes

Applies to