Send annotation title to run-service. (#3757)

This commit is contained in:
Tingluo Huang
2025-03-18 15:33:47 -04:00
committed by GitHub
parent a0ba8fd399
commit 77700abf81
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ namespace Sdk.RSWebApi.Contracts
[DataMember(Name = "message", EmitDefaultValue = false)]
public string Message;
[DataMember(Name = "title", EmitDefaultValue = false)]
public string Title;
[DataMember(Name = "rawDetails", EmitDefaultValue = false)]
public string RawDetails;