forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// PendingContentUpdate undocumented
|
||||
type PendingContentUpdate struct {
|
||||
// Object is the base model of PendingContentUpdate
|
||||
Object
|
||||
// QueuedDateTime undocumented
|
||||
QueuedDateTime *time.Time `json:"queuedDateTime,omitempty"`
|
||||
}
|
||||
|
||||
// PendingOperations undocumented
|
||||
type PendingOperations struct {
|
||||
// Object is the base model of PendingOperations
|
||||
Object
|
||||
// PendingContentUpdate undocumented
|
||||
PendingContentUpdate *PendingContentUpdate `json:"pendingContentUpdate,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user