summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go
deleted file mode 100644
index 589658f7..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/PositionDetailModel.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// PositionDetail undocumented
-type PositionDetail struct {
- // Object is the base model of PositionDetail
- Object
- // Company undocumented
- Company *CompanyDetail `json:"company,omitempty"`
- // Description undocumented
- Description *string `json:"description,omitempty"`
- // EndMonthYear undocumented
- EndMonthYear *time.Time `json:"endMonthYear,omitempty"`
- // JobTitle undocumented
- JobTitle *string `json:"jobTitle,omitempty"`
- // Role undocumented
- Role *string `json:"role,omitempty"`
- // StartMonthYear undocumented
- StartMonthYear *time.Time `json:"startMonthYear,omitempty"`
- // Summary undocumented
- Summary *string `json:"summary,omitempty"`
-}