summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EducationalActivityModel.go
blob: b3e3a7bf418009ecd7c833dcfd0d92281f70546a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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"`
}