summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeliveryOptimizationGroupIDSourceOptionsModel.go
blob: a7957541741f92b0d23c8cf5d8e3ca048830b1b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DeliveryOptimizationGroupIDSourceOptions undocumented
type DeliveryOptimizationGroupIDSourceOptions struct {
	// DeliveryOptimizationGroupIDSource is the base model of DeliveryOptimizationGroupIDSourceOptions
	DeliveryOptimizationGroupIDSource
	// GroupIDSourceOption Set this policy to restrict peer selection to a specific source.
	GroupIDSourceOption *DeliveryOptimizationGroupIDOptionsType `json:"groupIdSourceOption,omitempty"`
}