github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelTeamwork.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Teamwork undocumented
     6  type Teamwork struct {
     7  	// Entity is the base model of Teamwork
     8  	Entity
     9  	// WorkforceIntegrations undocumented
    10  	WorkforceIntegrations []WorkforceIntegration `json:"workforceIntegrations,omitempty"`
    11  }