summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go
deleted file mode 100644
index 88f745da..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/PhysicalOfficeAddressModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// PhysicalOfficeAddress undocumented
-type PhysicalOfficeAddress struct {
- // Object is the base model of PhysicalOfficeAddress
- Object
- // City undocumented
- City *string `json:"city,omitempty"`
- // CountryOrRegion undocumented
- CountryOrRegion *string `json:"countryOrRegion,omitempty"`
- // OfficeLocation undocumented
- OfficeLocation *string `json:"officeLocation,omitempty"`
- // PostalCode undocumented
- PostalCode *string `json:"postalCode,omitempty"`
- // State undocumented
- State *string `json:"state,omitempty"`
- // Street undocumented
- Street *string `json:"street,omitempty"`
-}