blob: 6106eb08457c88654a9303171c7a719749aca710 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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"`
}
|