mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
12 lines
358 B
Go
12 lines
358 B
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// BusinessFlowRecordDecisionsRequestParameter undocumented
|
|
type BusinessFlowRecordDecisionsRequestParameter struct {
|
|
// ReviewResult undocumented
|
|
ReviewResult *string `json:"reviewResult,omitempty"`
|
|
// Justification undocumented
|
|
Justification *string `json:"justification,omitempty"`
|
|
}
|