Skip to content

Commit

Permalink
Add WorkspaceId to model card (#236)
Browse files Browse the repository at this point in the history
it is needed to store information between sessions
  • Loading branch information
oguzhankoral authored Sep 16, 2024
1 parent eb8f8de commit cc285e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DUI3/Speckle.Connectors.DUI/Models/Card/ModelCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ public class ModelCard : DiscriminatedObject
/// </summary>
public string? ProjectId { get; set; }

/// <summary>
/// Workspace id.
/// </summary>
public string? WorkspaceId { get; set; }

/// <summary>
/// Account id that model card created with it initially.
/// </summary>
Expand Down

0 comments on commit cc285e9

Please sign in to comment.