summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go
new file mode 100644
index 00000000..a62bb23a
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/AzureADFeatureUsageModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// AzureADFeatureUsage undocumented
+type AzureADFeatureUsage struct {
+ // Entity is the base model of AzureADFeatureUsage
+ Entity
+ // SnapshotDateTime undocumented
+ SnapshotDateTime *time.Time `json:"snapshotDateTime,omitempty"`
+ // FeatureName undocumented
+ FeatureName *string `json:"featureName,omitempty"`
+ // Usage undocumented
+ Usage *int `json:"usage,omitempty"`
+}