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