blob: 6106eb08457c88654a9303171c7a719749aca710 (
plain) (
tree)
|
|
// 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"`
}
|