Skip to content

Commit 28e81e6

Browse files
authored
Merge pull request #508 from HjoshM/master
Removed the unused StatusEnum.
2 parents 1d626fb + e3f62ba commit 28e81e6

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

Scripts/Services/Assistant/v1/Models/WorkspaceExport.cs

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,6 @@ namespace IBM.Watson.DeveloperCloud.Services.Assistant.v1
2828
[fsObject]
2929
public class WorkspaceExport
3030
{
31-
/// <summary>
32-
/// The current status of the workspace.
33-
/// </summary>
34-
/// <value>The current status of the workspace.</value>
35-
public enum StatusEnum
36-
{
37-
38-
/// <summary>
39-
/// Enum NON_EXISTENT for Non Existent
40-
/// </summary>
41-
[EnumMember(Value = "Non Existent")]
42-
NON_EXISTENT,
43-
44-
/// <summary>
45-
/// Enum TRAINING for Training
46-
/// </summary>
47-
[EnumMember(Value = "Training")]
48-
TRAINING,
49-
50-
/// <summary>
51-
/// Enum FAILED for Failed
52-
/// </summary>
53-
[EnumMember(Value = "Failed")]
54-
FAILED,
55-
56-
/// <summary>
57-
/// Enum AVAILABLE for Available
58-
/// </summary>
59-
[EnumMember(Value = "Available")]
60-
AVAILABLE,
61-
62-
/// <summary>
63-
/// Enum UNAVAILABLE for Unavailable
64-
/// </summary>
65-
[EnumMember(Value = "Unavailable")]
66-
UNAVAILABLE
67-
}
68-
6931
/// <summary>
7032
/// The current status of the workspace.
7133
/// </summary>

0 commit comments

Comments
 (0)