blob: 8625c6775216617a19987e0ebab0e6b209bd0fb7 (
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
// ResourceAccess undocumented
type ResourceAccess struct {
// Object is the base model of ResourceAccess
Object
// ID undocumented
ID *UUID `json:"id,omitempty"`
// Type undocumented
Type *string `json:"type,omitempty"`
}
|