// 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"` }