Add CloudScript models
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user