diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go deleted file mode 100644 index b3e3a7bf..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// EducationalActivity undocumented -type EducationalActivity struct { - // ItemFacet is the base model of EducationalActivity - ItemFacet - // CompletionMonthYear undocumented - CompletionMonthYear *time.Time `json:"completionMonthYear,omitempty"` - // EndMonthYear undocumented - EndMonthYear *time.Time `json:"endMonthYear,omitempty"` - // Institution undocumented - Institution *InstitutionData `json:"institution,omitempty"` - // Program undocumented - Program *EducationalActivityDetail `json:"program,omitempty"` - // StartMonthYear undocumented - StartMonthYear *time.Time `json:"startMonthYear,omitempty"` -} |