summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go
new file mode 100644
index 00000000..0adb0b4f
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/TeamMessagingSettingsModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// TeamMessagingSettings undocumented
+type TeamMessagingSettings struct {
+ // Object is the base model of TeamMessagingSettings
+ Object
+ // AllowUserEditMessages undocumented
+ AllowUserEditMessages *bool `json:"allowUserEditMessages,omitempty"`
+ // AllowUserDeleteMessages undocumented
+ AllowUserDeleteMessages *bool `json:"allowUserDeleteMessages,omitempty"`
+ // AllowOwnerDeleteMessages undocumented
+ AllowOwnerDeleteMessages *bool `json:"allowOwnerDeleteMessages,omitempty"`
+ // AllowTeamMentions undocumented
+ AllowTeamMentions *bool `json:"allowTeamMentions,omitempty"`
+ // AllowChannelMentions undocumented
+ AllowChannelMentions *bool `json:"allowChannelMentions,omitempty"`
+}