summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelShare.go
blob: aa1a2976c5ed8ed9baa863716f817f75f92b45aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
// Code generated by msgraph.go/gen 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"`
}