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

GetDescription() public method

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