forked from jshiffer/matterbridge
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"`
|
||
|
}
|