blob: 50c36732aa6bbac6dd7deb33389b59170904eb27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"`
}
|