summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ShareActionModel.go
blob: daaaea45bbcd4f32e395c4294ded57342ae626c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ShareAction undocumented
type ShareAction struct {
	// Object is the base model of ShareAction
	Object
	// Recipients undocumented
	Recipients []IdentitySet `json:"recipients,omitempty"`
}