blob: 5cecac7145521a435c0bfb7c331cc93e6c276e5c (
plain) (
tree)
|
|
// 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"`
}
|