Skip to content

Commit

Permalink
Add example to build dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 16, 2023
1 parent fa0a2a6 commit b0643ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Serval.Translation/Contracts/TranslationBuildDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ public class TranslationBuildDto
/// </summary>
public JobState State { get; set; }
public DateTime? DateFinished { get; set; }

/// <example>
/// {
/// "property" : "value"
/// }
/// </example>
public object? Options { get; set; }
}

0 comments on commit b0643ec

Please sign in to comment.