diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OMASettingIntegerModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/OMASettingIntegerModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OMASettingIntegerModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OMASettingIntegerModel.go deleted file mode 100644 index 5fe6ef58..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/OMASettingIntegerModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// OMASettingInteger undocumented -type OMASettingInteger struct { - // OMASetting is the base model of OMASettingInteger - OMASetting - // Value Value. - Value *int `json:"value,omitempty"` - // IsReadOnly By setting to true, the CSP (configuration service provider) specified in the OMA-URI will perform a get, instead of set - IsReadOnly *bool `json:"isReadOnly,omitempty"` -} |