blob: 0ad9e2f13e9347bcd4eb288605d7dec7e74967d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OfficeConfiguration undocumented
type OfficeConfiguration struct {
// Entity is the base model of OfficeConfiguration
Entity
// TenantCheckinStatuses undocumented
TenantCheckinStatuses []OfficeClientCheckinStatus `json:"tenantCheckinStatuses,omitempty"`
// TenantUserCheckinSummary undocumented
TenantUserCheckinSummary *OfficeUserCheckinSummary `json:"tenantUserCheckinSummary,omitempty"`
// ClientConfigurations undocumented
ClientConfigurations []OfficeClientConfiguration `json:"clientConfigurations,omitempty"`
}
|