5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-03-20 03:59:14 +00:00

12 lines
322 B
Go
Raw Normal View History

// 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"`
}