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

SetDescription() public method

Applicable when attaching to sheet or row only
public SetDescription ( string description ) : CreateAttachmentBuilder
description string the description
return CreateAttachmentBuilder
            public CreateAttachmentBuilder SetDescription(string description)
            {
                this.description = description;
                return this;
            }