ApiRevisionContract.UpdatedDateTime Property

Definition

Gets the time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to