
See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
10 lines
307 B
Go
10 lines
307 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// AllLicensedUsersAssignmentTarget undocumented
|
|
type AllLicensedUsersAssignmentTarget struct {
|
|
// DeviceAndAppManagementAssignmentTarget is the base model of AllLicensedUsersAssignmentTarget
|
|
DeviceAndAppManagementAssignmentTarget
|
|
}
|