blob: 022ab4e4c045d829bd68e534cee4309c0460365c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// BaseItemVersion undocumented
type BaseItemVersion struct {
// Entity is the base model of BaseItemVersion
Entity
// LastModifiedBy undocumented
LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
// LastModifiedDateTime undocumented
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
// Publication undocumented
Publication *PublicationFacet `json:"publication,omitempty"`
}
|