summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go
deleted file mode 100644
index 5ba669e4..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/TimeOffReasonModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// TimeOffReason undocumented
-type TimeOffReason struct {
- // ChangeTrackedEntity is the base model of TimeOffReason
- ChangeTrackedEntity
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
- // IconType undocumented
- IconType *TimeOffReasonIconType `json:"iconType,omitempty"`
- // IsActive undocumented
- IsActive *bool `json:"isActive,omitempty"`
-}