diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionLabelModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionLabelModel.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionLabelModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionLabelModel.go deleted file mode 100644 index e1f6a8a8..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionLabelModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// InformationProtectionLabel undocumented -type InformationProtectionLabel struct { - // Entity is the base model of InformationProtectionLabel - Entity - // Name undocumented - Name *string `json:"name,omitempty"` - // Description undocumented - Description *string `json:"description,omitempty"` - // Color undocumented - Color *string `json:"color,omitempty"` - // Sensitivity undocumented - Sensitivity *int `json:"sensitivity,omitempty"` - // Tooltip undocumented - Tooltip *string `json:"tooltip,omitempty"` - // IsActive undocumented - IsActive *bool `json:"isActive,omitempty"` -} |