Smartsheet.Api.Models.Comment.AddCommentBuilder.AddCommentBuilder C# (CSharp) Method

AddCommentBuilder() public method

public AddCommentBuilder ( string text ) : System
text string
return System
            public AddCommentBuilder(string text)
            {
                this.text = text;
            }
Comment.AddCommentBuilder