diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsSpotlightEnablementSettingsEnum.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/WindowsSpotlightEnablementSettingsEnum.go | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsSpotlightEnablementSettingsEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsSpotlightEnablementSettingsEnum.go deleted file mode 100644 index 210c4e45..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsSpotlightEnablementSettingsEnum.go +++ /dev/null @@ -1,33 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// WindowsSpotlightEnablementSettings undocumented -type WindowsSpotlightEnablementSettings int - -const ( - // WindowsSpotlightEnablementSettingsVNotConfigured undocumented - WindowsSpotlightEnablementSettingsVNotConfigured WindowsSpotlightEnablementSettings = 0 - // WindowsSpotlightEnablementSettingsVDisabled undocumented - WindowsSpotlightEnablementSettingsVDisabled WindowsSpotlightEnablementSettings = 1 - // WindowsSpotlightEnablementSettingsVEnabled undocumented - WindowsSpotlightEnablementSettingsVEnabled WindowsSpotlightEnablementSettings = 2 -) - -// WindowsSpotlightEnablementSettingsPNotConfigured returns a pointer to WindowsSpotlightEnablementSettingsVNotConfigured -func WindowsSpotlightEnablementSettingsPNotConfigured() *WindowsSpotlightEnablementSettings { - v := WindowsSpotlightEnablementSettingsVNotConfigured - return &v -} - -// WindowsSpotlightEnablementSettingsPDisabled returns a pointer to WindowsSpotlightEnablementSettingsVDisabled -func WindowsSpotlightEnablementSettingsPDisabled() *WindowsSpotlightEnablementSettings { - v := WindowsSpotlightEnablementSettingsVDisabled - return &v -} - -// WindowsSpotlightEnablementSettingsPEnabled returns a pointer to WindowsSpotlightEnablementSettingsVEnabled -func WindowsSpotlightEnablementSettingsPEnabled() *WindowsSpotlightEnablementSettings { - v := WindowsSpotlightEnablementSettingsVEnabled - return &v -} |