summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go
deleted file mode 100644
index 5f0f56ab..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ExternalConnectionModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ExternalConnection undocumented
-type ExternalConnection struct {
- // Entity is the base model of ExternalConnection
- Entity
- // Name undocumented
- Name *string `json:"name,omitempty"`
- // Description undocumented
- Description *string `json:"description,omitempty"`
- // Configuration undocumented
- Configuration *Configuration `json:"configuration,omitempty"`
- // Schema undocumented
- Schema *Schema `json:"schema,omitempty"`
- // Items undocumented
- Items []ExternalItem `json:"items,omitempty"`
- // Operations undocumented
- Operations []ConnectionOperation `json:"operations,omitempty"`
-}