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

package msgraph

// VPPTokenSyncLicensesRequestParameter undocumented
type VPPTokenSyncLicensesRequestParameter struct {
}

// VPPTokenRevokeLicensesRequestParameter undocumented
type VPPTokenRevokeLicensesRequestParameter struct {
	// NotifyManagedDevices undocumented
	NotifyManagedDevices *bool `json:"notifyManagedDevices,omitempty"`
}