blob: f11c1665037501cbd4319cb0cbf0abf6b998e751 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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"`
}
|