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

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