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, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go
new file mode 100644
index 00000000..9bcde847
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/OnPremisesPublishingProfileModel.go
@@ -0,0 +1,17 @@
+// 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"`
+}