5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 03:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go
2020-09-04 23:29:13 +02:00

96 lines
3.5 KiB
Go

// Code generated by msgraph.go/gen 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"`
}