mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-03 07:52:01 -08:00
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"`
|
||
|
}
|