blob: 930614770a3b5c0b5c25b1a9f500d5efe1fd06e5 (
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
// AccountAlias undocumented
type AccountAlias struct {
// Object is the base model of AccountAlias
Object
// ID undocumented
ID *string `json:"id,omitempty"`
// IDType undocumented
IDType *string `json:"idType,omitempty"`
}
|