diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DataLossPreventionPolicyModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/DataLossPreventionPolicyModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DataLossPreventionPolicyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DataLossPreventionPolicyModel.go deleted file mode 100644 index 848c095d..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/DataLossPreventionPolicyModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// DataLossPreventionPolicy undocumented -type DataLossPreventionPolicy struct { - // Entity is the base model of DataLossPreventionPolicy - Entity - // Name undocumented - Name *string `json:"name,omitempty"` - // ID undocumented - ID *string `json:"id,omitempty"` -} |