diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/LicenseInfoDetailModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/LicenseInfoDetailModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/LicenseInfoDetailModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/LicenseInfoDetailModel.go deleted file mode 100644 index 850ad2f8..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/LicenseInfoDetailModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// LicenseInfoDetail undocumented -type LicenseInfoDetail struct { - // Object is the base model of LicenseInfoDetail - Object - // LicenseType undocumented - LicenseType *AzureADLicenseType `json:"licenseType,omitempty"` - // TotalLicenseCount undocumented - TotalLicenseCount *int `json:"totalLicenseCount,omitempty"` - // TotalAssignedCount undocumented - TotalAssignedCount *int `json:"totalAssignedCount,omitempty"` - // TotalUsageCount undocumented - TotalUsageCount *int `json:"totalUsageCount,omitempty"` -} |