mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 02:32:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
43
vendor/github.com/yaegashi/msgraph.go/beta/ModelBusiness.go
generated
vendored
Normal file
43
vendor/github.com/yaegashi/msgraph.go/beta/ModelBusiness.go
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// BusinessFlow undocumented
|
||||
type BusinessFlow struct {
|
||||
// Entity is the base model of BusinessFlow
|
||||
Entity
|
||||
// DisplayName undocumented
|
||||
DisplayName *string `json:"displayName,omitempty"`
|
||||
// Description undocumented
|
||||
Description *string `json:"description,omitempty"`
|
||||
// DeDuplicationID undocumented
|
||||
DeDuplicationID *string `json:"deDuplicationId,omitempty"`
|
||||
// SchemaID undocumented
|
||||
SchemaID *string `json:"schemaId,omitempty"`
|
||||
// CustomData undocumented
|
||||
CustomData *string `json:"customData,omitempty"`
|
||||
// RecordVersion undocumented
|
||||
RecordVersion *string `json:"recordVersion,omitempty"`
|
||||
// Policy undocumented
|
||||
Policy *GovernancePolicy `json:"policy,omitempty"`
|
||||
// PolicyTemplateID undocumented
|
||||
PolicyTemplateID *string `json:"policyTemplateId,omitempty"`
|
||||
// Settings undocumented
|
||||
Settings *BusinessFlowSettings `json:"settings,omitempty"`
|
||||
}
|
||||
|
||||
// BusinessFlowSettings undocumented
|
||||
type BusinessFlowSettings struct {
|
||||
// AccessReviewSettings is the base model of BusinessFlowSettings
|
||||
AccessReviewSettings
|
||||
// DurationInDays undocumented
|
||||
DurationInDays *int `json:"durationInDays,omitempty"`
|
||||
}
|
||||
|
||||
// BusinessFlowTemplate undocumented
|
||||
type BusinessFlowTemplate struct {
|
||||
// Entity is the base model of BusinessFlowTemplate
|
||||
Entity
|
||||
// DisplayName undocumented
|
||||
DisplayName *string `json:"displayName,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user