ReservationProperties.LastUpdatedDateTime Property

Definition

Gets dateTime of the last time the Reservation was updated.

[Newtonsoft.Json.JsonProperty(PropertyName="lastUpdatedDateTime")]
public DateTime? LastUpdatedDateTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastUpdatedDateTime")>]
member this.LastUpdatedDateTime : Nullable<DateTime>
Public ReadOnly Property LastUpdatedDateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to