diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go new file mode 100644 index 00000000..aadeb5b8 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelPending.go @@ -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"` +} |