blob: 5e49b19cb10f0f2eb2328f0249b19637e3d18f99 (
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
// ExtensionSchemaProperty undocumented
type ExtensionSchemaProperty struct {
// Object is the base model of ExtensionSchemaProperty
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// Type undocumented
Type *string `json:"type,omitempty"`
}
|