mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-17 19:19:03 -08: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"`
|
|
}
|