mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
14 lines
356 B
Go
14 lines
356 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// PatternedRecurrence undocumented
|
||
|
type PatternedRecurrence struct {
|
||
|
// Object is the base model of PatternedRecurrence
|
||
|
Object
|
||
|
// Pattern undocumented
|
||
|
Pattern *RecurrencePattern `json:"pattern,omitempty"`
|
||
|
// Range undocumented
|
||
|
Range *RecurrenceRange `json:"range,omitempty"`
|
||
|
}
|