diff options
author | Qais Patankar <qaisjp@gmail.com> | 2020-03-15 22:43:46 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-22 00:02:48 +0100 |
commit | 76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch) | |
tree | af3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go | |
parent | 802c80f40c709ba4967de317e40a8d6abe57f6be (diff) | |
download | matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2 matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip |
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go new file mode 100644 index 00000000..b3f327b1 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go @@ -0,0 +1,165 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ShareAction undocumented +type ShareAction struct { + // Object is the base model of ShareAction + Object + // Recipients undocumented + Recipients []IdentitySet `json:"recipients,omitempty"` +} + +// SharePointActivityPages undocumented +type SharePointActivityPages struct { + // Entity is the base model of SharePointActivityPages + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // VisitedPageCount undocumented + VisitedPageCount *int `json:"visitedPageCount,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// SharePointActivityUserCounts undocumented +type SharePointActivityUserCounts struct { + // Entity is the base model of SharePointActivityUserCounts + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // VisitedPage undocumented + VisitedPage *int `json:"visitedPage,omitempty"` + // ViewedOrEdited undocumented + ViewedOrEdited *int `json:"viewedOrEdited,omitempty"` + // Synced undocumented + Synced *int `json:"synced,omitempty"` + // SharedInternally undocumented + SharedInternally *int `json:"sharedInternally,omitempty"` + // SharedExternally undocumented + SharedExternally *int `json:"sharedExternally,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// SharePointActivityUserDetail undocumented +type SharePointActivityUserDetail struct { + // Entity is the base model of SharePointActivityUserDetail + 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"` + // VisitedPageCount undocumented + VisitedPageCount *int `json:"visitedPageCount,omitempty"` + // AssignedProducts undocumented + AssignedProducts []string `json:"assignedProducts,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// SharePointSiteUsageDetail undocumented +type SharePointSiteUsageDetail struct { + // Entity is the base model of SharePointSiteUsageDetail + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // SiteID undocumented + SiteID *UUID `json:"siteId,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"` + // PageViewCount undocumented + PageViewCount *int `json:"pageViewCount,omitempty"` + // VisitedPageCount undocumented + VisitedPageCount *int `json:"visitedPageCount,omitempty"` + // StorageUsedInBytes undocumented + StorageUsedInBytes *int `json:"storageUsedInBytes,omitempty"` + // StorageAllocatedInBytes undocumented + StorageAllocatedInBytes *int `json:"storageAllocatedInBytes,omitempty"` + // RootWebTemplate undocumented + RootWebTemplate *string `json:"rootWebTemplate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// SharePointSiteUsageFileCounts undocumented +type SharePointSiteUsageFileCounts struct { + // Entity is the base model of SharePointSiteUsageFileCounts + 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"` +} + +// SharePointSiteUsagePages undocumented +type SharePointSiteUsagePages struct { + // Entity is the base model of SharePointSiteUsagePages + Entity + // ReportRefreshDate undocumented + ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"` + // SiteType undocumented + SiteType *string `json:"siteType,omitempty"` + // PageViewCount undocumented + PageViewCount *int `json:"pageViewCount,omitempty"` + // ReportDate undocumented + ReportDate *Date `json:"reportDate,omitempty"` + // ReportPeriod undocumented + ReportPeriod *string `json:"reportPeriod,omitempty"` +} + +// SharePointSiteUsageSiteCounts undocumented +type SharePointSiteUsageSiteCounts struct { + // Entity is the base model of SharePointSiteUsageSiteCounts + 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"` +} |