Skip to content

Commit

Permalink
Add name property to definition proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Jul 16, 2024
1 parent a88f860 commit 5d4e14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Speckle.Core/Models/Instances/InstanceDefinitionProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ public class InstanceDefinitionProxy : Base, IInstanceComponent
public List<string> Objects { get; set; } // source app application ids for the objects

public int MaxDepth { get; set; }

public string Name { get; set; }
}

0 comments on commit 5d4e14e

Please sign in to comment.