summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/LanguageProficiencyModel.go
blob: 499a03a937372cea480ef9c07f0b01fe77030031 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go 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"`
}