Smartsheet.Api.Models.Attachment.CreateAttachmentBuilder.SetName C# (CSharp) 메소드

SetName() 공개 메소드

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