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

package msgraph

// PersonDataSource undocumented
type PersonDataSource struct {
	// Object is the base model of PersonDataSource
	Object
	// Type undocumented
	Type *string `json:"type,omitempty"`
}