mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-28 13:42:01 -08:00
18 lines
535 B
Go
18 lines
535 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// InformationProtectionContentLabel undocumented
|
||
|
type InformationProtectionContentLabel struct {
|
||
|
// Object is the base model of InformationProtectionContentLabel
|
||
|
Object
|
||
|
// CreationDateTime undocumented
|
||
|
CreationDateTime *time.Time `json:"creationDateTime,omitempty"`
|
||
|
// AssignmentMethod undocumented
|
||
|
AssignmentMethod *AssignmentMethod `json:"assignmentMethod,omitempty"`
|
||
|
// Label undocumented
|
||
|
Label *LabelDetails `json:"label,omitempty"`
|
||
|
}
|