TopicInner.UpdatedAt Property

Definition

Gets the exact time the Topic was updated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to