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

package msgraph

// ExternalLink undocumented
type ExternalLink struct {
	// Object is the base model of ExternalLink
	Object
	// Href undocumented
	Href *string `json:"href,omitempty"`
}