mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
22 lines
578 B
Go
22 lines
578 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// AutoLabeling undocumented
|
|
type AutoLabeling struct {
|
|
// Object is the base model of AutoLabeling
|
|
Object
|
|
// SensitiveTypeIDs undocumented
|
|
SensitiveTypeIDs []string `json:"sensitiveTypeIds,omitempty"`
|
|
// Message undocumented
|
|
Message *string `json:"message,omitempty"`
|
|
}
|
|
|
|
// AutoReviewSettings undocumented
|
|
type AutoReviewSettings struct {
|
|
// Object is the base model of AutoReviewSettings
|
|
Object
|
|
// NotReviewedResult undocumented
|
|
NotReviewedResult *string `json:"notReviewedResult,omitempty"`
|
|
}
|