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

SetName() public method

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