blob: 5cecac7145521a435c0bfb7c331cc93e6c276e5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// UsageDetails undocumented
type UsageDetails struct {
// Object is the base model of UsageDetails
Object
// LastAccessedDateTime undocumented
LastAccessedDateTime *time.Time `json:"lastAccessedDateTime,omitempty"`
// LastModifiedDateTime undocumented
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
}
|