mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
24 lines
759 B
Go
24 lines
759 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// ItemFacet undocumented
|
||
|
type ItemFacet struct {
|
||
|
// Entity is the base model of ItemFacet
|
||
|
Entity
|
||
|
// AllowedAudiences undocumented
|
||
|
AllowedAudiences *AllowedAudiences `json:"allowedAudiences,omitempty"`
|
||
|
// Inference undocumented
|
||
|
Inference *InferenceData `json:"inference,omitempty"`
|
||
|
// CreatedDateTime undocumented
|
||
|
CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
|
||
|
// CreatedBy undocumented
|
||
|
CreatedBy *IdentitySet `json:"createdBy,omitempty"`
|
||
|
// LastModifiedDateTime undocumented
|
||
|
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
|
||
|
// LastModifiedBy undocumented
|
||
|
LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
|
||
|
}
|