Smartsheet.Api.Models.Attachment.CreateAttachmentBuilder.Build C# (CSharp) Метод

Build() публичный Метод

Returns the Attachment.
public Build ( ) : Attachment
Результат Attachment
            public Attachment Build()
            {
                return new Attachment
                {
                    Name = name,
                    Description = description,
                    Url = url,
                    AttachmentType = attachmentType,
                    AttachmentSubType = attachmentSubType
                };
            }