blob: 732e45bfb7e35c4b9fd802988eee701c6913cac9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OptionalClaim undocumented
type OptionalClaim struct {
// Object is the base model of OptionalClaim
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// Source undocumented
Source *string `json:"source,omitempty"`
// Essential undocumented
Essential *bool `json:"essential,omitempty"`
// AdditionalProperties undocumented
AdditionalProperties []string `json:"additionalProperties,omitempty"`
}
|