Add CloudScript models

This commit is contained in:
AeonLucid
2021-10-31 03:42:19 +01:00
parent 876fcb2369
commit 07cd3e9855
11 changed files with 353 additions and 0 deletions
@@ -9,6 +9,7 @@ namespace Prospect.Server.Api.Models.Client
/// [optional] The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
/// </summary>
[JsonPropertyName("CustomTags")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Dictionary<string, string> CustomTags { get; set; }
}
}