summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OfficeUserCheckinSummaryModel.go
blob: 3d8b71e70785f387b7d1e22e1d92d7401b87a331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// OfficeUserCheckinSummary undocumented
type OfficeUserCheckinSummary struct {
	// Object is the base model of OfficeUserCheckinSummary
	Object
	// SucceededUserCount undocumented
	SucceededUserCount *int `json:"succeededUserCount,omitempty"`
	// FailedUserCount undocumented
	FailedUserCount *int `json:"failedUserCount,omitempty"`
}