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

SetUrl() public method

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