diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsage.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsage.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsage.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsage.go new file mode 100644 index 0000000..53c8546 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsage.go @@ -0,0 +1,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"` +} |
