summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go
new file mode 100644
index 00000000..0daf3c67
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// BusinessFlowSettings undocumented
+type BusinessFlowSettings struct {
+ // AccessReviewSettings is the base model of BusinessFlowSettings
+ AccessReviewSettings
+ // DurationInDays undocumented
+ DurationInDays *int `json:"durationInDays,omitempty"`
+}