// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// AzureADLicenseUsage undocumented
type AzureADLicenseUsage struct {
	// Entity is the base model of AzureADLicenseUsage
	Entity
	// SnapshotDateTime undocumented
	SnapshotDateTime *time.Time `json:"snapshotDateTime,omitempty"`
	// LicenseInfoDetails undocumented
	LicenseInfoDetails []LicenseInfoDetail `json:"licenseInfoDetails,omitempty"`
}