summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelSkype.go
blob: d037c30102a1f3b44e0beab99cdf8cfb14918a6a (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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// SkypeForBusinessActivityCounts undocumented
type SkypeForBusinessActivityCounts struct {
	// Entity is the base model of SkypeForBusinessActivityCounts
	Entity
	// PeerToPeer undocumented
	PeerToPeer *int `json:"peerToPeer,omitempty"`
	// Organized undocumented
	Organized *int `json:"organized,omitempty"`
	// Participated undocumented
	Participated *int `json:"participated,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessActivityUserCounts undocumented
type SkypeForBusinessActivityUserCounts struct {
	// Entity is the base model of SkypeForBusinessActivityUserCounts
	Entity
	// PeerToPeer undocumented
	PeerToPeer *int `json:"peerToPeer,omitempty"`
	// Organized undocumented
	Organized *int `json:"organized,omitempty"`
	// Participated undocumented
	Participated *int `json:"participated,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessActivityUserDetail undocumented
type SkypeForBusinessActivityUserDetail struct {
	// Entity is the base model of SkypeForBusinessActivityUserDetail
	Entity
	// TotalPeerToPeerSessionCount undocumented
	TotalPeerToPeerSessionCount *int `json:"totalPeerToPeerSessionCount,omitempty"`
	// TotalOrganizedConferenceCount undocumented
	TotalOrganizedConferenceCount *int `json:"totalOrganizedConferenceCount,omitempty"`
	// TotalParticipatedConferenceCount undocumented
	TotalParticipatedConferenceCount *int `json:"totalParticipatedConferenceCount,omitempty"`
	// PeerToPeerLastActivityDate undocumented
	PeerToPeerLastActivityDate *Date `json:"peerToPeerLastActivityDate,omitempty"`
	// OrganizedConferenceLastActivityDate undocumented
	OrganizedConferenceLastActivityDate *Date `json:"organizedConferenceLastActivityDate,omitempty"`
	// ParticipatedConferenceLastActivityDate undocumented
	ParticipatedConferenceLastActivityDate *Date `json:"participatedConferenceLastActivityDate,omitempty"`
	// PeerToPeerIMCount undocumented
	PeerToPeerIMCount *int `json:"peerToPeerIMCount,omitempty"`
	// PeerToPeerAudioCount undocumented
	PeerToPeerAudioCount *int `json:"peerToPeerAudioCount,omitempty"`
	// PeerToPeerAudioMinutes undocumented
	PeerToPeerAudioMinutes *int `json:"peerToPeerAudioMinutes,omitempty"`
	// PeerToPeerVideoCount undocumented
	PeerToPeerVideoCount *int `json:"peerToPeerVideoCount,omitempty"`
	// PeerToPeerVideoMinutes undocumented
	PeerToPeerVideoMinutes *int `json:"peerToPeerVideoMinutes,omitempty"`
	// PeerToPeerAppSharingCount undocumented
	PeerToPeerAppSharingCount *int `json:"peerToPeerAppSharingCount,omitempty"`
	// PeerToPeerFileTransferCount undocumented
	PeerToPeerFileTransferCount *int `json:"peerToPeerFileTransferCount,omitempty"`
	// OrganizedConferenceIMCount undocumented
	OrganizedConferenceIMCount *int `json:"organizedConferenceIMCount,omitempty"`
	// OrganizedConferenceAudioVideoCount undocumented
	OrganizedConferenceAudioVideoCount *int `json:"organizedConferenceAudioVideoCount,omitempty"`
	// OrganizedConferenceAudioVideoMinutes undocumented
	OrganizedConferenceAudioVideoMinutes *int `json:"organizedConferenceAudioVideoMinutes,omitempty"`
	// OrganizedConferenceAppSharingCount undocumented
	OrganizedConferenceAppSharingCount *int `json:"organizedConferenceAppSharingCount,omitempty"`
	// OrganizedConferenceWebCount undocumented
	OrganizedConferenceWebCount *int `json:"organizedConferenceWebCount,omitempty"`
	// OrganizedConferenceDialInOut3rdPartyCount undocumented
	OrganizedConferenceDialInOut3rdPartyCount *int `json:"organizedConferenceDialInOut3rdPartyCount,omitempty"`
	// OrganizedConferenceCloudDialInOutMicrosoftCount undocumented
	OrganizedConferenceCloudDialInOutMicrosoftCount *int `json:"organizedConferenceCloudDialInOutMicrosoftCount,omitempty"`
	// OrganizedConferenceCloudDialInMicrosoftMinutes undocumented
	OrganizedConferenceCloudDialInMicrosoftMinutes *int `json:"organizedConferenceCloudDialInMicrosoftMinutes,omitempty"`
	// OrganizedConferenceCloudDialOutMicrosoftMinutes undocumented
	OrganizedConferenceCloudDialOutMicrosoftMinutes *int `json:"organizedConferenceCloudDialOutMicrosoftMinutes,omitempty"`
	// ParticipatedConferenceIMCount undocumented
	ParticipatedConferenceIMCount *int `json:"participatedConferenceIMCount,omitempty"`
	// ParticipatedConferenceAudioVideoCount undocumented
	ParticipatedConferenceAudioVideoCount *int `json:"participatedConferenceAudioVideoCount,omitempty"`
	// ParticipatedConferenceAudioVideoMinutes undocumented
	ParticipatedConferenceAudioVideoMinutes *int `json:"participatedConferenceAudioVideoMinutes,omitempty"`
	// ParticipatedConferenceAppSharingCount undocumented
	ParticipatedConferenceAppSharingCount *int `json:"participatedConferenceAppSharingCount,omitempty"`
	// ParticipatedConferenceWebCount undocumented
	ParticipatedConferenceWebCount *int `json:"participatedConferenceWebCount,omitempty"`
	// ParticipatedConferenceDialInOut3rdPartyCount undocumented
	ParticipatedConferenceDialInOut3rdPartyCount *int `json:"participatedConferenceDialInOut3rdPartyCount,omitempty"`
	// 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"`
	// AssignedProducts undocumented
	AssignedProducts []string `json:"assignedProducts,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessDeviceUsageDistributionUserCounts undocumented
type SkypeForBusinessDeviceUsageDistributionUserCounts struct {
	// Entity is the base model of SkypeForBusinessDeviceUsageDistributionUserCounts
	Entity
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// Windows undocumented
	Windows *int `json:"windows,omitempty"`
	// WindowsPhone undocumented
	WindowsPhone *int `json:"windowsPhone,omitempty"`
	// AndroidPhone undocumented
	AndroidPhone *int `json:"androidPhone,omitempty"`
	// IPhone undocumented
	IPhone *int `json:"iPhone,omitempty"`
	// IPad undocumented
	IPad *int `json:"iPad,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessDeviceUsageUserCounts undocumented
type SkypeForBusinessDeviceUsageUserCounts struct {
	// Entity is the base model of SkypeForBusinessDeviceUsageUserCounts
	Entity
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// Windows undocumented
	Windows *int `json:"windows,omitempty"`
	// WindowsPhone undocumented
	WindowsPhone *int `json:"windowsPhone,omitempty"`
	// AndroidPhone undocumented
	AndroidPhone *int `json:"androidPhone,omitempty"`
	// IPhone undocumented
	IPhone *int `json:"iPhone,omitempty"`
	// IPad undocumented
	IPad *int `json:"iPad,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessDeviceUsageUserDetail undocumented
type SkypeForBusinessDeviceUsageUserDetail struct {
	// Entity is the base model of SkypeForBusinessDeviceUsageUserDetail
	Entity
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// UserPrincipalName undocumented
	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
	// LastActivityDate undocumented
	LastActivityDate *Date `json:"lastActivityDate,omitempty"`
	// UsedWindows undocumented
	UsedWindows *bool `json:"usedWindows,omitempty"`
	// UsedWindowsPhone undocumented
	UsedWindowsPhone *bool `json:"usedWindowsPhone,omitempty"`
	// UsedAndroidPhone undocumented
	UsedAndroidPhone *bool `json:"usedAndroidPhone,omitempty"`
	// UsediPhone undocumented
	UsediPhone *bool `json:"usediPhone,omitempty"`
	// UsediPad undocumented
	UsediPad *bool `json:"usediPad,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessOrganizerActivityCounts undocumented
type SkypeForBusinessOrganizerActivityCounts struct {
	// Entity is the base model of SkypeForBusinessOrganizerActivityCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// AudioVideo undocumented
	AudioVideo *int `json:"audioVideo,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// Web undocumented
	Web *int `json:"web,omitempty"`
	// DialInOut3rdParty undocumented
	DialInOut3rdParty *int `json:"dialInOut3rdParty,omitempty"`
	// DialInOutMicrosoft undocumented
	DialInOutMicrosoft *int `json:"dialInOutMicrosoft,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessOrganizerActivityMinuteCounts undocumented
type SkypeForBusinessOrganizerActivityMinuteCounts struct {
	// Entity is the base model of SkypeForBusinessOrganizerActivityMinuteCounts
	Entity
	// AudioVideo undocumented
	AudioVideo *int `json:"audioVideo,omitempty"`
	// DialInMicrosoft undocumented
	DialInMicrosoft *int `json:"dialInMicrosoft,omitempty"`
	// DialOutMicrosoft undocumented
	DialOutMicrosoft *int `json:"dialOutMicrosoft,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessOrganizerActivityUserCounts undocumented
type SkypeForBusinessOrganizerActivityUserCounts struct {
	// Entity is the base model of SkypeForBusinessOrganizerActivityUserCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// AudioVideo undocumented
	AudioVideo *int `json:"audioVideo,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// Web undocumented
	Web *int `json:"web,omitempty"`
	// DialInOut3rdParty undocumented
	DialInOut3rdParty *int `json:"dialInOut3rdParty,omitempty"`
	// DialInOutMicrosoft undocumented
	DialInOutMicrosoft *int `json:"dialInOutMicrosoft,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessParticipantActivityCounts undocumented
type SkypeForBusinessParticipantActivityCounts struct {
	// Entity is the base model of SkypeForBusinessParticipantActivityCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// AudioVideo undocumented
	AudioVideo *int `json:"audioVideo,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// Web undocumented
	Web *int `json:"web,omitempty"`
	// DialInOut3rdParty undocumented
	DialInOut3rdParty *int `json:"dialInOut3rdParty,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessParticipantActivityMinuteCounts undocumented
type SkypeForBusinessParticipantActivityMinuteCounts struct {
	// Entity is the base model of SkypeForBusinessParticipantActivityMinuteCounts
	Entity
	// Audiovideo undocumented
	Audiovideo *int `json:"audiovideo,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessParticipantActivityUserCounts undocumented
type SkypeForBusinessParticipantActivityUserCounts struct {
	// Entity is the base model of SkypeForBusinessParticipantActivityUserCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// AudioVideo undocumented
	AudioVideo *int `json:"audioVideo,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// Web undocumented
	Web *int `json:"web,omitempty"`
	// DialInOut3rdParty undocumented
	DialInOut3rdParty *int `json:"dialInOut3rdParty,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessPeerToPeerActivityCounts undocumented
type SkypeForBusinessPeerToPeerActivityCounts struct {
	// Entity is the base model of SkypeForBusinessPeerToPeerActivityCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// Audio undocumented
	Audio *int `json:"audio,omitempty"`
	// Video undocumented
	Video *int `json:"video,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// FileTransfer undocumented
	FileTransfer *int `json:"fileTransfer,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessPeerToPeerActivityMinuteCounts undocumented
type SkypeForBusinessPeerToPeerActivityMinuteCounts struct {
	// Entity is the base model of SkypeForBusinessPeerToPeerActivityMinuteCounts
	Entity
	// Audio undocumented
	Audio *int `json:"audio,omitempty"`
	// Video undocumented
	Video *int `json:"video,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}

// SkypeForBusinessPeerToPeerActivityUserCounts undocumented
type SkypeForBusinessPeerToPeerActivityUserCounts struct {
	// Entity is the base model of SkypeForBusinessPeerToPeerActivityUserCounts
	Entity
	// Im undocumented
	Im *int `json:"im,omitempty"`
	// Audio undocumented
	Audio *int `json:"audio,omitempty"`
	// Video undocumented
	Video *int `json:"video,omitempty"`
	// AppSharing undocumented
	AppSharing *int `json:"appSharing,omitempty"`
	// FileTransfer undocumented
	FileTransfer *int `json:"fileTransfer,omitempty"`
	// ReportRefreshDate undocumented
	ReportRefreshDate *Date `json:"reportRefreshDate,omitempty"`
	// ReportDate undocumented
	ReportDate *Date `json:"reportDate,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}