blob: 84463e1ba1e6a5da90a3ae2a53f526ab8d6489e1 (
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
// UserRegistrationCount undocumented
type UserRegistrationCount struct {
// Object is the base model of UserRegistrationCount
Object
// RegistrationStatus undocumented
RegistrationStatus *RegistrationStatusType `json:"registrationStatus,omitempty"`
// RegistrationCount undocumented
RegistrationCount *int `json:"registrationCount,omitempty"`
}
|