mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 20:20:27 +00:00
16 lines
414 B
Go
16 lines
414 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// SignInActivity undocumented
|
||
|
type SignInActivity struct {
|
||
|
// Object is the base model of SignInActivity
|
||
|
Object
|
||
|
// LastSignInDateTime undocumented
|
||
|
LastSignInDateTime *time.Time `json:"lastSignInDateTime,omitempty"`
|
||
|
// LastSignInRequestID undocumented
|
||
|
LastSignInRequestID *string `json:"lastSignInRequestId,omitempty"`
|
||
|
}
|