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

package msgraph

// AppleVppTokenTroubleshootingEvent Event representing an Apple Vpp Token Troubleshooting Event.
type AppleVppTokenTroubleshootingEvent struct {
	// DeviceManagementTroubleshootingEvent is the base model of AppleVppTokenTroubleshootingEvent
	DeviceManagementTroubleshootingEvent
	// TokenID Apple Volume Purchase Program Token Identifier.
	TokenID *string `json:"tokenId,omitempty"`
}