summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go
deleted file mode 100644
index 1b8f5c96..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/WorkforceIntegrationModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// WorkforceIntegration undocumented
-type WorkforceIntegration struct {
- // ChangeTrackedEntity is the base model of WorkforceIntegration
- ChangeTrackedEntity
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
- // APIVersion undocumented
- APIVersion *int `json:"apiVersion,omitempty"`
- // Encryption undocumented
- Encryption *WorkforceIntegrationEncryption `json:"encryption,omitempty"`
- // IsActive undocumented
- IsActive *bool `json:"isActive,omitempty"`
- // URL undocumented
- URL *string `json:"url,omitempty"`
- // Supports undocumented
- Supports *WorkforceIntegrationSupportedEntities `json:"supports,omitempty"`
-}