blob: 03e13f75d1589212251174a179a09a41a5d745e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ReputationCategory undocumented
type ReputationCategory struct {
// Object is the base model of ReputationCategory
Object
// Description undocumented
Description *string `json:"description,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
// Vendor undocumented
Vendor *string `json:"vendor,omitempty"`
}
|