blob: f79de2a81984ba67975fa3eecb48b6f5454967dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AddWatermark undocumented
type AddWatermark struct {
// MarkContent is the base model of AddWatermark
MarkContent
// Orientation undocumented
Orientation *PageOrientation `json:"orientation,omitempty"`
}
|