diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go new file mode 100644 index 00000000..2828fa3b --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go @@ -0,0 +1,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"` +} |