blob: a7663fac28b94e43406cc4f03162260778483b71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AccessReviewRecurrenceSettings undocumented
type AccessReviewRecurrenceSettings struct {
// Object is the base model of AccessReviewRecurrenceSettings
Object
// RecurrenceType undocumented
RecurrenceType *string `json:"recurrenceType,omitempty"`
// RecurrenceEndType undocumented
RecurrenceEndType *string `json:"recurrenceEndType,omitempty"`
// DurationInDays undocumented
DurationInDays *int `json:"durationInDays,omitempty"`
// RecurrenceCount undocumented
RecurrenceCount *int `json:"recurrenceCount,omitempty"`
}
|