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