diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go new file mode 100644 index 00000000..6ea43aa2 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go @@ -0,0 +1,17 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// SkillProficiency undocumented +type SkillProficiency struct { + // ItemFacet is the base model of SkillProficiency + ItemFacet + // Categories undocumented + Categories []string `json:"categories,omitempty"` + // DisplayName undocumented + DisplayName *string `json:"displayName,omitempty"` + // Proficiency undocumented + Proficiency *SkillProficiencyLevel `json:"proficiency,omitempty"` + // WebURL undocumented + WebURL *string `json:"webUrl,omitempty"` +} |