diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/Windows10CertificateProfileBaseModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/Windows10CertificateProfileBaseModel.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/Windows10CertificateProfileBaseModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/Windows10CertificateProfileBaseModel.go new file mode 100644 index 00000000..e7440ddb --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/Windows10CertificateProfileBaseModel.go @@ -0,0 +1,9 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// Windows10CertificateProfileBase Base class for Windows 10 certificate profile. +type Windows10CertificateProfileBase struct { + // WindowsCertificateProfileBase is the base model of Windows10CertificateProfileBase + WindowsCertificateProfileBase +} |