Smartsheet.Api.Models.Attachment.CreateAttachmentBuilder.SetName C# (CSharp) Method

SetName() public method

Attachment name
public SetName ( string name ) : CreateAttachmentBuilder
name string Attachment name
return CreateAttachmentBuilder
            public CreateAttachmentBuilder SetName(string name)
            {
                this.name = name;
                return this;
            }