summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ItemFacetModel.go
blob: e98e4267205eb2aa48534e55f21f61e87d7adc50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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"`
}