summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go b/vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go
deleted file mode 100644
index 39e7e972..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/AccessScopeEnum.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// AccessScope undocumented
-type AccessScope int
-
-const (
- // AccessScopeVInOrganization undocumented
- AccessScopeVInOrganization AccessScope = 0
- // AccessScopeVNotInOrganization undocumented
- AccessScopeVNotInOrganization AccessScope = 1
-)
-
-// AccessScopePInOrganization returns a pointer to AccessScopeVInOrganization
-func AccessScopePInOrganization() *AccessScope {
- v := AccessScopeVInOrganization
- return &v
-}
-
-// AccessScopePNotInOrganization returns a pointer to AccessScopeVNotInOrganization
-func AccessScopePNotInOrganization() *AccessScope {
- v := AccessScopeVNotInOrganization
- return &v
-}