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

package msgraph

// OpenShiftItem undocumented
type OpenShiftItem struct {
	// ShiftItem is the base model of OpenShiftItem
	ShiftItem
	// OpenSlotCount undocumented
	OpenSlotCount *int `json:"openSlotCount,omitempty"`
}