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

SetDescription() public method

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