You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see my output being affected but I noticed "modified_timestemp" as the attribute.
[JsonConverter(typeof(UnixTimestampConverter))]
[JsonProperty("modified_timestemp")] // date as unix timestamp
public DateTime? ModifiedTimestamp { get; set; }
The text was updated successfully, but these errors were encountered:
I don't see my output being affected but I noticed "modified_timestemp" as the attribute.
The text was updated successfully, but these errors were encountered: