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

SetAttachmentSubType() public method

Attachment sub type, only for GOOGLE_DRIVE type attachments; one of (DOCUMENT, SPREADSHEET, PRESENTATION, PDF, DRAWING)
public SetAttachmentSubType ( AttachmentSubType attachmentSubType ) : CreateAttachmentBuilder
attachmentSubType AttachmentSubType the attachmentSubType
return CreateAttachmentBuilder
            public CreateAttachmentBuilder SetAttachmentSubType(AttachmentSubType? attachmentSubType)
            {
                this.attachmentSubType = attachmentSubType;
                return this;
            }