github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumAttachment.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AttachmentType undocumented
     6  type AttachmentType string
     7  
     8  const (
     9  	// AttachmentTypeVFile undocumented
    10  	AttachmentTypeVFile AttachmentType = "file"
    11  	// AttachmentTypeVItem undocumented
    12  	AttachmentTypeVItem AttachmentType = "item"
    13  	// AttachmentTypeVReference undocumented
    14  	AttachmentTypeVReference AttachmentType = "reference"
    15  )
    16  
    17  var (
    18  	// AttachmentTypePFile is a pointer to AttachmentTypeVFile
    19  	AttachmentTypePFile = &_AttachmentTypePFile
    20  	// AttachmentTypePItem is a pointer to AttachmentTypeVItem
    21  	AttachmentTypePItem = &_AttachmentTypePItem
    22  	// AttachmentTypePReference is a pointer to AttachmentTypeVReference
    23  	AttachmentTypePReference = &_AttachmentTypePReference
    24  )
    25  
    26  var (
    27  	_AttachmentTypePFile      = AttachmentTypeVFile
    28  	_AttachmentTypePItem      = AttachmentTypeVItem
    29  	_AttachmentTypePReference = AttachmentTypeVReference
    30  )