blob: 8b29b97f6c4ceeae622ded89db339a81760fa575 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TargetPolicyEndpoints undocumented
type TargetPolicyEndpoints struct {
// Object is the base model of TargetPolicyEndpoints
Object
// PlatformTypes undocumented
PlatformTypes []string `json:"platformTypes,omitempty"`
}
|