mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-28 13:42:01 -08:00
16 lines
432 B
Go
16 lines
432 B
Go
|
// 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"`
|
||
|
}
|