Property CompletedAt
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
CompletedAt
Gets when the job completed, if applicable.
[JsonProperty("completed_at", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? CompletedAt { get; }