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, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go deleted file mode 100644 index 6ea43aa2..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/SkillProficiencyModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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"` -} |