blob: 606c21c651442c8015fe763aa7ace7543968523d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// LabelingOptions undocumented
type LabelingOptions struct {
// Object is the base model of LabelingOptions
Object
// LabelID undocumented
LabelID *UUID `json:"labelId,omitempty"`
// AssignmentMethod undocumented
AssignmentMethod *AssignmentMethod `json:"assignmentMethod,omitempty"`
// DowngradeJustification undocumented
DowngradeJustification *DowngradeJustification `json:"downgradeJustification,omitempty"`
// ExtendedProperties undocumented
ExtendedProperties []KeyValuePair `json:"extendedProperties,omitempty"`
}
|