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

// CommsNotification undocumented
type CommsNotification struct {
	// Object is the base model of CommsNotification
	Object
	// ChangeType undocumented
	ChangeType *ChangeType `json:"changeType,omitempty"`
	// ResourceURL undocumented
	ResourceURL *string `json:"resourceUrl,omitempty"`
}