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