mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
22 lines
904 B
Go
22 lines
904 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ApprovalWorkflowProvider undocumented
|
||
|
type ApprovalWorkflowProvider struct {
|
||
|
// Entity is the base model of ApprovalWorkflowProvider
|
||
|
Entity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// BusinessFlows undocumented
|
||
|
BusinessFlows []BusinessFlow `json:"businessFlows,omitempty"`
|
||
|
// PolicyTemplates undocumented
|
||
|
PolicyTemplates []GovernancePolicyTemplate `json:"policyTemplates,omitempty"`
|
||
|
// Requests undocumented
|
||
|
Requests []RequestObject `json:"requests,omitempty"`
|
||
|
// RequestsAwaitingMyDecision undocumented
|
||
|
RequestsAwaitingMyDecision []RequestObject `json:"requestsAwaitingMyDecision,omitempty"`
|
||
|
// BusinessFlowsWithRequestsAwaitingMyDecision undocumented
|
||
|
BusinessFlowsWithRequestsAwaitingMyDecision []BusinessFlow `json:"businessFlowsWithRequestsAwaitingMyDecision,omitempty"`
|
||
|
}
|