We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c352a commit 971cfc3Copy full SHA for 971cfc3
Scripts/Services/Assistant/v1/Models/WorkspaceExport.cs
@@ -71,7 +71,7 @@ public enum StatusEnum
71
/// </summary>
72
/// <value>The current status of the workspace.</value>
73
[fsProperty("status")]
74
- public StatusEnum? Status { get; set; }
+ public string Status { get; set; }
75
/// <summary>
76
/// The name of the workspace.
77
0 commit comments