summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelURL.go
blob: 904216f7edc7916b202136e96f125bae2450ca73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen 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"`
}