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

SetOwnerId() public method

Sets the Owener ID of the Group.
public SetOwnerId ( long ownerId ) : UpdateGroupBuilder
ownerId long the owner ID of the Group
return UpdateGroupBuilder
            public UpdateGroupBuilder SetOwnerId(long? ownerId)
            {
                this.ownerId = ownerId;
                return this;
            }