Smartsheet.Api.Models.Group.CreateGroupBuilder.SetDescription C# (CSharp) Method

SetDescription() public method

Sets the description of the Group.
public SetDescription ( string description ) : CreateGroupBuilder
description string the description of the group
return CreateGroupBuilder
            public CreateGroupBuilder SetDescription(string description)
            {
                this.description = description;
                return this;
            }