blob: bd908895a24992d7c848dce7f2ed187aa0a3c3f7 (
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
// EvaluateLabelJobResultGroup undocumented
type EvaluateLabelJobResultGroup struct {
// Object is the base model of EvaluateLabelJobResultGroup
Object
// Automatic undocumented
Automatic *EvaluateLabelJobResult `json:"automatic,omitempty"`
// Recommended undocumented
Recommended *EvaluateLabelJobResult `json:"recommended,omitempty"`
}
|