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, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go deleted file mode 100644 index 8af612c4..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/OpenShiftItemModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// 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"` -} |