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

package msgraph

// ManagementConditionExpressionString undocumented
type ManagementConditionExpressionString struct {
	// ManagementConditionExpression is the base model of ManagementConditionExpressionString
	ManagementConditionExpression
	// Value The management condition statement expression string value.
	Value *string `json:"value,omitempty"`
}