diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MicrosoftStoreForBusinessPortalSelectionOptionsEnum.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/MicrosoftStoreForBusinessPortalSelectionOptionsEnum.go | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MicrosoftStoreForBusinessPortalSelectionOptionsEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/MicrosoftStoreForBusinessPortalSelectionOptionsEnum.go deleted file mode 100644 index c328c2d0..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/MicrosoftStoreForBusinessPortalSelectionOptionsEnum.go +++ /dev/null @@ -1,33 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// MicrosoftStoreForBusinessPortalSelectionOptions undocumented -type MicrosoftStoreForBusinessPortalSelectionOptions int - -const ( - // MicrosoftStoreForBusinessPortalSelectionOptionsVNone undocumented - MicrosoftStoreForBusinessPortalSelectionOptionsVNone MicrosoftStoreForBusinessPortalSelectionOptions = 0 - // MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal undocumented - MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal MicrosoftStoreForBusinessPortalSelectionOptions = 1 - // MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore undocumented - MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore MicrosoftStoreForBusinessPortalSelectionOptions = 2 -) - -// MicrosoftStoreForBusinessPortalSelectionOptionsPNone returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVNone -func MicrosoftStoreForBusinessPortalSelectionOptionsPNone() *MicrosoftStoreForBusinessPortalSelectionOptions { - v := MicrosoftStoreForBusinessPortalSelectionOptionsVNone - return &v -} - -// MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal -func MicrosoftStoreForBusinessPortalSelectionOptionsPCompanyPortal() *MicrosoftStoreForBusinessPortalSelectionOptions { - v := MicrosoftStoreForBusinessPortalSelectionOptionsVCompanyPortal - return &v -} - -// MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore returns a pointer to MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore -func MicrosoftStoreForBusinessPortalSelectionOptionsPPrivateStore() *MicrosoftStoreForBusinessPortalSelectionOptions { - v := MicrosoftStoreForBusinessPortalSelectionOptionsVPrivateStore - return &v -} |