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

package msgraph

// WorkPosition undocumented
type WorkPosition struct {
	// ItemFacet is the base model of WorkPosition
	ItemFacet
	// Categories undocumented
	Categories []string `json:"categories,omitempty"`
	// Detail undocumented
	Detail *PositionDetail `json:"detail,omitempty"`
}