Maze / Library /PackageCache /com.unity.collab-proxy@2.0.4 /Editor /PlasticSCM /WebApi /IsCollabProjectMigratedResponse.cs
| using Unity.Plastic.Newtonsoft.Json; | |
| using PlasticGui.WebApi.Responses; | |
| namespace Unity.PlasticSCM.Editor.WebApi | |
| { | |
| public class IsCollabProjectMigratedResponse | |
| { | |
| [] | |
| public ErrorResponse.ErrorFields Error { get; set; } | |
| [] | |
| public bool IsMigrated { get; set; } | |
| [] | |
| public string WebServerUri { get; set; } | |
| [] | |
| public string PlasticCloudOrganizationName { get; set; } | |
| [] | |
| public CredentialsResponse Credentials { get; set; } | |
| } | |
| } | |