summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go
new file mode 100644
index 00000000..5b5ce664
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/BookingPersonModel.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// BookingPerson Represents a booking customer or staff member.
+type BookingPerson struct {
+ // BookingNamedEntity is the base model of BookingPerson
+ BookingNamedEntity
+ // EmailAddress The e-mail address of this person.
+ EmailAddress *string `json:"emailAddress,omitempty"`
+}