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, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go deleted file mode 100644 index 1d74a5f0..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/CredentialUserRegistrationCountModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// 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"` -} |