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