Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
95
vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go
generated
vendored
Normal file
95
vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// OneDriveActivityUserDetail undocumented
|
||||
type OneDriveActivityUserDetail struct {
|
||||
// Entity is the base model of OneDriveActivityUserDetail
|
||||
Entity
|
||||
// ReportRefreshDate undocumented
|
||||
ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
|
||||
// UserPrincipalName undocumented
|
||||
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
|
||||
// IsDeleted undocumented
|
||||
IsDeleted *bool `json:"isDeleted,omitempty"`
|
||||
// DeletedDate undocumented
|
||||
DeletedDate *Date `json:"deletedDate,omitempty"`
|
||||
// LastActivityDate undocumented
|
||||
LastActivityDate *Date `json:"lastActivityDate,omitempty"`
|
||||
// ViewedOrEditedFileCount undocumented
|
||||
ViewedOrEditedFileCount *int `json:"viewedOrEditedFileCount,omitempty"`
|
||||
// SyncedFileCount undocumented
|
||||
SyncedFileCount *int `json:"syncedFileCount,omitempty"`
|
||||
// SharedInternallyFileCount undocumented
|
||||
SharedInternallyFileCount *int `json:"sharedInternallyFileCount,omitempty"`
|
||||
// SharedExternallyFileCount undocumented
|
||||
SharedExternallyFileCount *int `json:"sharedExternallyFileCount,omitempty"`
|
||||
// AssignedProducts undocumented
|
||||
AssignedProducts []string `json:"assignedProducts,omitempty"`
|
||||
// ReportPeriod undocumented
|
||||
ReportPeriod *string `json:"reportPeriod,omitempty"`
|
||||
}
|
||||
|
||||
// OneDriveUsageAccountCounts undocumented
|
||||
type OneDriveUsageAccountCounts struct {
|
||||
// Entity is the base model of OneDriveUsageAccountCounts
|
||||
Entity
|
||||
// ReportRefreshDate undocumented
|
||||
ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
|
||||
// SiteType undocumented
|
||||
SiteType *string `json:"siteType,omitempty"`
|
||||
// Total undocumented
|
||||
Total *int `json:"total,omitempty"`
|
||||
// Active undocumented
|
||||
Active *int `json:"active,omitempty"`
|
||||
// ReportDate undocumented
|
||||
ReportDate *Date `json:"reportDate,omitempty"`
|
||||
// ReportPeriod undocumented
|
||||
ReportPeriod *string `json:"reportPeriod,omitempty"`
|
||||
}
|
||||
|
||||
// OneDriveUsageAccountDetail undocumented
|
||||
type OneDriveUsageAccountDetail struct {
|
||||
// Entity is the base model of OneDriveUsageAccountDetail
|
||||
Entity
|
||||
// ReportRefreshDate undocumented
|
||||
ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
|
||||
// SiteURL undocumented
|
||||
SiteURL *string `json:"siteUrl,omitempty"`
|
||||
// OwnerDisplayName undocumented
|
||||
OwnerDisplayName *string `json:"ownerDisplayName,omitempty"`
|
||||
// OwnerPrincipalName undocumented
|
||||
OwnerPrincipalName *string `json:"ownerPrincipalName,omitempty"`
|
||||
// IsDeleted undocumented
|
||||
IsDeleted *bool `json:"isDeleted,omitempty"`
|
||||
// LastActivityDate undocumented
|
||||
LastActivityDate *Date `json:"lastActivityDate,omitempty"`
|
||||
// FileCount undocumented
|
||||
FileCount *int `json:"fileCount,omitempty"`
|
||||
// ActiveFileCount undocumented
|
||||
ActiveFileCount *int `json:"activeFileCount,omitempty"`
|
||||
// StorageUsedInBytes undocumented
|
||||
StorageUsedInBytes *int `json:"storageUsedInBytes,omitempty"`
|
||||
// StorageAllocatedInBytes undocumented
|
||||
StorageAllocatedInBytes *int `json:"storageAllocatedInBytes,omitempty"`
|
||||
// ReportPeriod undocumented
|
||||
ReportPeriod *string `json:"reportPeriod,omitempty"`
|
||||
}
|
||||
|
||||
// OneDriveUsageFileCounts undocumented
|
||||
type OneDriveUsageFileCounts struct {
|
||||
// Entity is the base model of OneDriveUsageFileCounts
|
||||
Entity
|
||||
// ReportRefreshDate undocumented
|
||||
ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
|
||||
// SiteType undocumented
|
||||
SiteType *string `json:"siteType,omitempty"`
|
||||
// Total undocumented
|
||||
Total *int `json:"total,omitempty"`
|
||||
// Active undocumented
|
||||
Active *int `json:"active,omitempty"`
|
||||
// ReportDate undocumented
|
||||
ReportDate *Date `json:"reportDate,omitempty"`
|
||||
// ReportPeriod undocumented
|
||||
ReportPeriod *string `json:"reportPeriod,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user