// 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"`
}