forked from jshiffer/matterbridge
12 lines
315 B
Go
12 lines
315 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// InformationProtectionPolicy undocumented
|
||
|
type InformationProtectionPolicy struct {
|
||
|
// Entity is the base model of InformationProtectionPolicy
|
||
|
Entity
|
||
|
// Labels undocumented
|
||
|
Labels []InformationProtectionLabel `json:"labels,omitempty"`
|
||
|
}
|