diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ApprovalWorkflowProviderModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ApprovalWorkflowProviderModel.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ApprovalWorkflowProviderModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ApprovalWorkflowProviderModel.go deleted file mode 100644 index 190198d2..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/ApprovalWorkflowProviderModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// 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"` -} |