blob: 097c899c343b7528b51f1253da4f026b6b2551cd (
plain) (
tree)
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// MentionsPreview undocumented
type MentionsPreview struct {
// Object is the base model of MentionsPreview
Object
// IsMentioned undocumented
IsMentioned *bool `json:"isMentioned,omitempty"`
}
|