mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 02:01:35 +00:00
20 lines
666 B
Go
20 lines
666 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AccessPackageResourceRole undocumented
|
||
|
type AccessPackageResourceRole struct {
|
||
|
// Entity is the base model of AccessPackageResourceRole
|
||
|
Entity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// Description undocumented
|
||
|
Description *string `json:"description,omitempty"`
|
||
|
// OriginID undocumented
|
||
|
OriginID *string `json:"originId,omitempty"`
|
||
|
// OriginSystem undocumented
|
||
|
OriginSystem *string `json:"originSystem,omitempty"`
|
||
|
// AccessPackageResource undocumented
|
||
|
AccessPackageResource *AccessPackageResource `json:"accessPackageResource,omitempty"`
|
||
|
}
|