diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.go deleted file mode 100644 index aecfd61a..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/ItemActivityOLDModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// ItemActivityOLD undocumented -type ItemActivityOLD struct { - // Entity is the base model of ItemActivityOLD - Entity - // Action undocumented - Action *ItemActionSet `json:"action,omitempty"` - // Actor undocumented - Actor *IdentitySet `json:"actor,omitempty"` - // Times undocumented - Times *ItemActivityTimeSet `json:"times,omitempty"` - // DriveItem undocumented - DriveItem *DriveItem `json:"driveItem,omitempty"` - // ListItem undocumented - ListItem *ListItem `json:"listItem,omitempty"` -} |