diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GovernancePermissionModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/GovernancePermissionModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GovernancePermissionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GovernancePermissionModel.go deleted file mode 100644 index 260395fe..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/GovernancePermissionModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// GovernancePermission undocumented -type GovernancePermission struct { - // Object is the base model of GovernancePermission - Object - // AccessLevel undocumented - AccessLevel *string `json:"accessLevel,omitempty"` - // IsActive undocumented - IsActive *bool `json:"isActive,omitempty"` - // IsEligible undocumented - IsEligible *bool `json:"isEligible,omitempty"` -} |