blob: 8e5d2001c162c72cf596d8a71238d99ed18de424 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeliveryOptimizationGroupIDCustom undocumented
type DeliveryOptimizationGroupIDCustom struct {
// DeliveryOptimizationGroupIDSource is the base model of DeliveryOptimizationGroupIDCustom
DeliveryOptimizationGroupIDSource
// GroupIDCustom Specifies an arbitrary group ID that the device belongs to
GroupIDCustom *string `json:"groupIdCustom,omitempty"`
}
|