diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go new file mode 100644 index 00000000..e88e93b7 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelOne.go @@ -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"` +} |