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

getDescription() public method

Gets the description of the Group.
public getDescription ( ) : string
return string
            public string getDescription()
            {
                return this.description;
            }