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

SetUrl() 공개 메소드

Attachment temporary URL (files only)
public SetUrl ( string url ) : CreateAttachmentBuilder
url string the url
리턴 CreateAttachmentBuilder
            public CreateAttachmentBuilder SetUrl(string url)
            {
                this.url = url;
                return this;
            }