matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelTeamwork.go

12 lines
292 B
Go
Raw Normal View History

2020-09-04 23:29:13 +02:00
// 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"`
}