summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AddFooterModel.go
blob: 4e56be3ff11136bad2cf58c97340f280c24c8f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// AddFooter undocumented
type AddFooter struct {
	// MarkContent is the base model of AddFooter
	MarkContent
	// Margin undocumented
	Margin *int `json:"margin,omitempty"`
	// Alignment undocumented
	Alignment *Alignment `json:"alignment,omitempty"`
}