summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go
deleted file mode 100644
index 67909aad..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ContentClassificationModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ContentClassification undocumented
-type ContentClassification struct {
- // Object is the base model of ContentClassification
- Object
- // SensitiveTypeID undocumented
- SensitiveTypeID *string `json:"sensitiveTypeId,omitempty"`
- // UniqueCount undocumented
- UniqueCount *int `json:"uniqueCount,omitempty"`
- // Confidence undocumented
- Confidence *int `json:"confidence,omitempty"`
- // Matches undocumented
- Matches []MatchLocation `json:"matches,omitempty"`
-}