diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ExternalConnectionModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ExternalConnectionModel.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ExternalConnectionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ExternalConnectionModel.go new file mode 100644 index 00000000..5f0f56ab --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ExternalConnectionModel.go @@ -0,0 +1,21 @@ +// 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"` +} |