github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelUsage.go (about)

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