diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityModel.go new file mode 100644 index 00000000..ea191202 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// ItemActivity undocumented +type ItemActivity struct { + // Entity is the base model of ItemActivity + Entity + // Access undocumented + Access *AccessAction `json:"access,omitempty"` + // ActivityDateTime undocumented + ActivityDateTime *time.Time `json:"activityDateTime,omitempty"` + // Actor undocumented + Actor *IdentitySet `json:"actor,omitempty"` + // DriveItem undocumented + DriveItem *DriveItem `json:"driveItem,omitempty"` +} |