Smartsheet.Api.Models.Attachment.CreateAttachmentBuilder.SetAttachmentSubType C# (CSharp) 메소드

SetAttachmentSubType() 공개 메소드

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
리턴 CreateAttachmentBuilder
            public CreateAttachmentBuilder SetAttachmentSubType(AttachmentSubType? attachmentSubType)
            {
                this.attachmentSubType = attachmentSubType;
                return this;
            }