mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +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"`
|
|
}
|