5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 07:52:32 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelApproval.go
2020-03-22 00:02:48 +01:00

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