Property Created
Created
Timestamp when the stream was created
[JsonPropertyName("created")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public DateTimeOffset Created { get; set; }
Timestamp when the stream was created
[JsonPropertyName("created")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public DateTimeOffset Created { get; set; }