blob: f99369589629897addd581b01a895465008413f1 (
plain) (
tree)
|
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MentionAction undocumented
type MentionAction struct {
// Object is the base model of MentionAction
Object
// Mentionees undocumented
Mentionees []IdentitySet `json:"mentionees,omitempty"`
}
|