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