GetInstallStatusResponse public class GetInstallStatusResponse : IHasInstallStatus Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public int ApplicationInstallID { get; set; } public DisplayableObjectIdentifier Client { get; set; } public DateTime? CompletedOn { get; set; } public List<ApplicationInstallDetail> Errors { get; set; } public Action GetCurrentInstallStatus { get; set; } public DisplayableObjectIdentifier InstalledBy { get; set; } public InstallStatus InstallStatus { get; set; } public bool IsOutOfDate { get; set; } public DisplayableObjectIdentifier Matter { get; set; } public string Message { get; set; } public int RootFolderID { get; set; } public DateTime? StartedOn { get; set; } public List<string> ValidationMessages { get; set; } public InstallValidationResult ValidationResult { get; set; } public string Version { get; set; } public ObjectIdentifier WorkspaceIdentifier { get; set; } public string WorkspaceName { get; set; } public GetInstallStatusResponse()