Skip to content

Commit

Permalink
add name property to taxonomy element
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Sep 25, 2024
1 parent 366e496 commit 52a7a02
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ namespace Kontent.Ai.Management.Models.Types.Elements;
/// </summary>
public class TaxonomyElementMetadataModel : ElementMetadataBase
{
/// <summary>
/// Gets or sets the element's display name.
/// </summary>
[JsonProperty("name")]
public string Name { get; set; }
/// <summary>
/// Gets or sets a flag determining whether the element must be filled in.
/// </summary>
Expand Down

0 comments on commit 52a7a02

Please sign in to comment.