blob: 53c8546b86c74396629649dcc5db6a3ab34c9e7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph.go/gen 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"`
}
|