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;
            }