diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ChatMessagePolicyViolationModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ChatMessagePolicyViolationModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ChatMessagePolicyViolationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ChatMessagePolicyViolationModel.go new file mode 100644 index 00000000..129cbdc1 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ChatMessagePolicyViolationModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ChatMessagePolicyViolation undocumented +type ChatMessagePolicyViolation struct { + // Object is the base model of ChatMessagePolicyViolation + Object + // DlpAction undocumented + DlpAction *ChatMessagePolicyViolationDlpActionTypes `json:"dlpAction,omitempty"` + // JustificationText undocumented + JustificationText *string `json:"justificationText,omitempty"` + // PolicyTip undocumented + PolicyTip *ChatMessagePolicyViolationPolicyTip `json:"policyTip,omitempty"` + // UserAction undocumented + UserAction *ChatMessagePolicyViolationUserActionTypes `json:"userAction,omitempty"` + // VerdictDetails undocumented + VerdictDetails *ChatMessagePolicyViolationVerdictDetailsTypes `json:"verdictDetails,omitempty"` +} |