matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/UserTeamworkModel.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"`
}