blob: e7440ddb552374ab5d6aa4f1a160c3baf35a9937 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
}
|