summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelLanguage.go
blob: 34ca4d2d8a2df9eb4307b4f962bf8fc30b25345b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// LanguageProficiency undocumented
type LanguageProficiency struct {
	// ItemFacet is the base model of LanguageProficiency
	ItemFacet
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// Tag undocumented
	Tag *string `json:"tag,omitempty"`
	// Proficiency undocumented
	Proficiency *LanguageProficiencyLevel `json:"proficiency,omitempty"`
}