summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowSettingsModel.go
blob: 0daf3c67bce2e9fbc873566b5f7852f597d558cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"`
}