다음을 통해 공유


RecommendationInner.NotifiedTime 속성

정의

이 instance 실제로 알림을 받은 UTC의 마지막 타임스탬프를 가져오거나 설정합니다. Null은 이 권장 사항이 아직 통보되지 않았음을 의미합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notifiedTime")]
public DateTime? NotifiedTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notifiedTime")>]
member this.NotifiedTime : Nullable<DateTime> with get, set
Public Property NotifiedTime As Nullable(Of DateTime)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상