blob: 301701aff49c8f570efaf7ef4cdcb15b10ac7aad (
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
// AssignedLabel undocumented
type AssignedLabel struct {
// Object is the base model of AssignedLabel
Object
// LabelID undocumented
LabelID *string `json:"labelId,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
}
|