summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/BusinessFlowTemplateModel.go
blob: 52ed6b9b2bea9080133e95f3ac2ff646f18ac939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// BusinessFlowTemplate undocumented
type BusinessFlowTemplate struct {
	// Entity is the base model of BusinessFlowTemplate
	Entity
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
}