blob: 2cc9ed41bdcb0fdee9ac818b11b40a1beb300b17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// PermissionGrantRequestParameter undocumented
type PermissionGrantRequestParameter struct {
// Roles undocumented
Roles []string `json:"roles,omitempty"`
// Recipients undocumented
Recipients []DriveRecipient `json:"recipients,omitempty"`
}
|