mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 01:22:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
47
vendor/github.com/yaegashi/msgraph.go/beta/ModelSensitive.go
generated
vendored
Normal file
47
vendor/github.com/yaegashi/msgraph.go/beta/ModelSensitive.go
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// SensitiveContentEvidence undocumented
|
||||
type SensitiveContentEvidence struct {
|
||||
// Object is the base model of SensitiveContentEvidence
|
||||
Object
|
||||
// Match undocumented
|
||||
Match *string `json:"match,omitempty"`
|
||||
// Offset undocumented
|
||||
Offset *int `json:"offset,omitempty"`
|
||||
// Length undocumented
|
||||
Length *int `json:"length,omitempty"`
|
||||
}
|
||||
|
||||
// SensitiveContentLocation undocumented
|
||||
type SensitiveContentLocation struct {
|
||||
// Object is the base model of SensitiveContentLocation
|
||||
Object
|
||||
// IDMatch undocumented
|
||||
IDMatch *string `json:"idMatch,omitempty"`
|
||||
// Offset undocumented
|
||||
Offset *int `json:"offset,omitempty"`
|
||||
// Length undocumented
|
||||
Length *int `json:"length,omitempty"`
|
||||
// Evidences undocumented
|
||||
Evidences []SensitiveContentEvidence `json:"evidences,omitempty"`
|
||||
}
|
||||
|
||||
// SensitiveType undocumented
|
||||
type SensitiveType struct {
|
||||
// Entity is the base model of SensitiveType
|
||||
Entity
|
||||
// Name undocumented
|
||||
Name *string `json:"name,omitempty"`
|
||||
// Description undocumented
|
||||
Description *string `json:"description,omitempty"`
|
||||
// RulePackageID undocumented
|
||||
RulePackageID *string `json:"rulePackageId,omitempty"`
|
||||
// RulePackageType undocumented
|
||||
RulePackageType *string `json:"rulePackageType,omitempty"`
|
||||
// PublisherName undocumented
|
||||
PublisherName *string `json:"publisherName,omitempty"`
|
||||
// State undocumented
|
||||
State *string `json:"state,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user