diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AppleDeviceFeaturesConfigurationBaseModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/AppleDeviceFeaturesConfigurationBaseModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AppleDeviceFeaturesConfigurationBaseModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AppleDeviceFeaturesConfigurationBaseModel.go deleted file mode 100644 index aa886d64..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/AppleDeviceFeaturesConfigurationBaseModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// AppleDeviceFeaturesConfigurationBase Apple device features configuration profile. -type AppleDeviceFeaturesConfigurationBase struct { - // DeviceConfiguration is the base model of AppleDeviceFeaturesConfigurationBase - DeviceConfiguration - // AirPrintDestinations An array of AirPrint printers that should always be shown. This collection can contain a maximum of 500 elements. - AirPrintDestinations []AirPrintDestination `json:"airPrintDestinations,omitempty"` -} |