blob: 114d9300fe657dce95c43af6bbce830567448bec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SharingInvitation undocumented
type SharingInvitation struct {
// Object is the base model of SharingInvitation
Object
// Email undocumented
Email *string `json:"email,omitempty"`
// InvitedBy undocumented
InvitedBy *IdentitySet `json:"invitedBy,omitempty"`
// RedeemedBy undocumented
RedeemedBy *string `json:"redeemedBy,omitempty"`
// SignInRequired undocumented
SignInRequired *bool `json:"signInRequired,omitempty"`
}
|