diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementComplexSettingInstanceModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementComplexSettingInstanceModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementComplexSettingInstanceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementComplexSettingInstanceModel.go deleted file mode 100644 index 9f6e3c10..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementComplexSettingInstanceModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// DeviceManagementComplexSettingInstance A setting instance representing a complex value -type DeviceManagementComplexSettingInstance struct { - // DeviceManagementSettingInstance is the base model of DeviceManagementComplexSettingInstance - DeviceManagementSettingInstance - // Value undocumented - Value []DeviceManagementSettingInstance `json:"value,omitempty"` -} |