blob: 35d8e17796204e9d69f4ff3993d35cb8f3246915 (
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
// CertificationControl undocumented
type CertificationControl struct {
// Object is the base model of CertificationControl
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// URL undocumented
URL *string `json:"url,omitempty"`
}
|