forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|