summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/FeatureUsageDetailModel.go
blob: 19b77a4c0270cf108a9c434eeb1e33d31e594ded (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// FeatureUsageDetail undocumented
type FeatureUsageDetail struct {
	// Object is the base model of FeatureUsageDetail
	Object
	// FeatureName undocumented
	FeatureName *string `json:"featureName,omitempty"`
	// LicenseRequired undocumented
	LicenseRequired *AzureADLicenseType `json:"licenseRequired,omitempty"`
	// LicenseAssigned undocumented
	LicenseAssigned *AzureADLicenseType `json:"licenseAssigned,omitempty"`
	// LastUsedDateTime undocumented
	LastUsedDateTime *time.Time `json:"lastUsedDateTime,omitempty"`
	// LastConfiguredDateTime undocumented
	LastConfiguredDateTime *time.Time `json:"lastConfiguredDateTime,omitempty"`
}