blob: aefba4a37aa98b47ef0dc0e4a61d0e63db202d70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// UserTeamwork undocumented
type UserTeamwork struct {
// Entity is the base model of UserTeamwork
Entity
// InstalledApps undocumented
InstalledApps []TeamsAppInstallation `json:"installedApps,omitempty"`
}
|