summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go
deleted file mode 100644
index 9bcde847..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// OnPremisesPublishingProfile undocumented
-type OnPremisesPublishingProfile struct {
- // Entity is the base model of OnPremisesPublishingProfile
- Entity
- // HybridAgentUpdaterConfiguration undocumented
- HybridAgentUpdaterConfiguration *HybridAgentUpdaterConfiguration `json:"hybridAgentUpdaterConfiguration,omitempty"`
- // Agents undocumented
- Agents []OnPremisesAgent `json:"agents,omitempty"`
- // AgentGroups undocumented
- AgentGroups []OnPremisesAgentGroup `json:"agentGroups,omitempty"`
- // PublishedResources undocumented
- PublishedResources []PublishedResource `json:"publishedResources,omitempty"`
-}