summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go47
1 files changed, 0 insertions, 47 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go
deleted file mode 100644
index 4229b653..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/OrgContactModel.go
+++ /dev/null
@@ -1,47 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// OrgContact undocumented
-type OrgContact struct {
- // DirectoryObject is the base model of OrgContact
- DirectoryObject
- // Addresses undocumented
- Addresses []PhysicalOfficeAddress `json:"addresses,omitempty"`
- // CompanyName undocumented
- CompanyName *string `json:"companyName,omitempty"`
- // Department undocumented
- Department *string `json:"department,omitempty"`
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
- // GivenName undocumented
- GivenName *string `json:"givenName,omitempty"`
- // JobTitle undocumented
- JobTitle *string `json:"jobTitle,omitempty"`
- // Mail undocumented
- Mail *string `json:"mail,omitempty"`
- // MailNickname undocumented
- MailNickname *string `json:"mailNickname,omitempty"`
- // OnPremisesSyncEnabled undocumented
- OnPremisesSyncEnabled *bool `json:"onPremisesSyncEnabled,omitempty"`
- // OnPremisesLastSyncDateTime undocumented
- OnPremisesLastSyncDateTime *time.Time `json:"onPremisesLastSyncDateTime,omitempty"`
- // OnPremisesProvisioningErrors undocumented
- OnPremisesProvisioningErrors []OnPremisesProvisioningError `json:"onPremisesProvisioningErrors,omitempty"`
- // Phones undocumented
- Phones []Phone `json:"phones,omitempty"`
- // ProxyAddresses undocumented
- ProxyAddresses []string `json:"proxyAddresses,omitempty"`
- // Surname undocumented
- Surname *string `json:"surname,omitempty"`
- // Manager undocumented
- Manager *DirectoryObject `json:"manager,omitempty"`
- // DirectReports undocumented
- DirectReports []DirectoryObject `json:"directReports,omitempty"`
- // MemberOf undocumented
- MemberOf []DirectoryObject `json:"memberOf,omitempty"`
- // TransitiveMemberOf undocumented
- TransitiveMemberOf []DirectoryObject `json:"transitiveMemberOf,omitempty"`
-}