summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/CredentialUserRegistrationCountModel.go
blob: 1d74a5f02b8b2893e3a7f9c4aaabdd0067e69a46 (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

// CredentialUserRegistrationCount undocumented
type CredentialUserRegistrationCount struct {
	// Entity is the base model of CredentialUserRegistrationCount
	Entity
	// TotalUserCount undocumented
	TotalUserCount *int `json:"totalUserCount,omitempty"`
	// UserRegistrationCounts undocumented
	UserRegistrationCounts []UserRegistrationCount `json:"userRegistrationCounts,omitempty"`
}