blob: 393d02b352c55d76c01754f7bc3d0dc349b8f2af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen 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"`
}
|