summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go
deleted file mode 100644
index 50c36732..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/PublishedResourceModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// PublishedResource undocumented
-type PublishedResource struct {
- // Entity is the base model of PublishedResource
- Entity
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
- // ResourceName undocumented
- ResourceName *string `json:"resourceName,omitempty"`
- // PublishingType undocumented
- PublishingType *OnPremisesPublishingType `json:"publishingType,omitempty"`
- // AgentGroups undocumented
- AgentGroups []OnPremisesAgentGroup `json:"agentGroups,omitempty"`
-}