forked from jshiffer/matterbridge
14 lines
336 B
Go
14 lines
336 B
Go
|
// 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"`
|
||
|
}
|