diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLabeling.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLabeling.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLabeling.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLabeling.go new file mode 100644 index 0000000..606c21c --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLabeling.go @@ -0,0 +1,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"` +} |
