forked from jshiffer/matterbridge
12 lines
285 B
Go
12 lines
285 B
Go
|
// 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"`
|
||
|
}
|