Smartsheet.Api.Models.Attachment.CreateAttachmentBuilder.SetAttachmentSubType C# (CSharp) Méthode

SetAttachmentSubType() public méthode

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