summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MentionActionModel.go
blob: f99369589629897addd581b01a895465008413f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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"`
}