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

package msgraph

// ColumnLink undocumented
type ColumnLink struct {
	// Entity is the base model of ColumnLink
	Entity
	// Name undocumented
	Name *string `json:"name,omitempty"`
}