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

package msgraph

// EdgeHomeButtonOpensCustomURL undocumented
type EdgeHomeButtonOpensCustomURL struct {
	// EdgeHomeButtonConfiguration is the base model of EdgeHomeButtonOpensCustomURL
	EdgeHomeButtonConfiguration
	// HomeButtonCustomURL The specific URL to load.
	HomeButtonCustomURL *string `json:"homeButtonCustomURL,omitempty"`
}