blob: f66da37ae15c7c7f675f7673255030d3d7e57e77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DriveItemVersion undocumented
type DriveItemVersion struct {
// BaseItemVersion is the base model of DriveItemVersion
BaseItemVersion
// Content undocumented
Content *Stream `json:"content,omitempty"`
// Size undocumented
Size *int `json:"size,omitempty"`
}
|