Add EnvironmentTags to test helper

Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-18 22:51:46 +00:00
parent 49bd76f197
commit 79b252f839

View File

@@ -59,6 +59,7 @@
public TType PostExtApp { get; set; }
public TType MacAddress { get; set; }
public TType UserField { get; set; }
public TType EnvironmentTags { get; set; }
public TType Favorite { get; set; }
public TType VmId { get; set; }
public TType UseVmId { get; set; }