summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ServiceInformationModel.go
blob: a6883d3be8179a867ee180ca43e7153ef3506875 (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

// ServiceInformation undocumented
type ServiceInformation struct {
	// Object is the base model of ServiceInformation
	Object
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// WebURL undocumented
	WebURL *string `json:"webUrl,omitempty"`
}