diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go new file mode 100644 index 00000000..1d74a5f0 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go @@ -0,0 +1,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"` +} |