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

package msgraph

// OMASettingFloatingPoint undocumented
type OMASettingFloatingPoint struct {
	// OMASetting is the base model of OMASettingFloatingPoint
	OMASetting
	// Value Value.
	Value *float64 `json:"value,omitempty"`
}