diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelLogged.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelLogged.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelLogged.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelLogged.go new file mode 100644 index 00000000..28c8d030 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelLogged.go @@ -0,0 +1,15 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// LoggedOnUser undocumented +type LoggedOnUser struct { + // Object is the base model of LoggedOnUser + Object + // UserID User id + UserID *string `json:"userId,omitempty"` + // LastLogOnDateTime Date time when user logs on + LastLogOnDateTime *time.Time `json:"lastLogOnDateTime,omitempty"` +} |