diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go new file mode 100644 index 00000000..8af612c4 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go @@ -0,0 +1,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"` +} |