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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MentionsPreview undocumented
     6  type MentionsPreview struct {
     7  	// Object is the base model of MentionsPreview
     8  	Object
     9  	// IsMentioned undocumented
    10  	IsMentioned *bool `json:"isMentioned,omitempty"`
    11  }