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

package msgraph

// Teamwork undocumented
type Teamwork struct {
	// Entity is the base model of Teamwork
	Entity
	// WorkforceIntegrations undocumented
	WorkforceIntegrations []WorkforceIntegration `json:"workforceIntegrations,omitempty"`
}