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

SetName() public method

Sets the Name of the Group.
public SetName ( string name ) : UpdateGroupBuilder
name string the name of the Group
return UpdateGroupBuilder
            public UpdateGroupBuilder SetName(string name)
            {
                this.name = name;
                return this;
            }