We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6342079 commit 3b84893Copy full SHA for 3b84893
1 file changed
Contentstack.Management.Core/Models/Stack.cs
@@ -695,14 +695,13 @@ public Extension Extension(string uid = null)
695
/// </code></pre>
696
/// </example>
697
/// <returns>The <see cref="Models.Label" /></returns>
698
- public Label Label(string uid = null)
+ public Label Label(string? uid = null)
699
{
700
ThrowIfNotLoggedIn();
701
ThrowIfAPIKeyEmpty();
702
703
return new Label(this, uid);
704
}
705
- */
706
707
/// <summary>
708
/// <see cref="Models.Taxonomy" /> allows you to organize and categorize content using a hierarchical structure of terms.
0 commit comments