diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/LanguageProficiencyModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/LanguageProficiencyModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/LanguageProficiencyModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/LanguageProficiencyModel.go new file mode 100644 index 00000000..499a03a9 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/LanguageProficiencyModel.go @@ -0,0 +1,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"` +} |