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

package msgraph

// URLAssessmentRequestObject undocumented
type URLAssessmentRequestObject struct {
	// ThreatAssessmentRequestObject is the base model of URLAssessmentRequestObject
	ThreatAssessmentRequestObject
	// URL undocumented
	URL *string `json:"url,omitempty"`
}