VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

Error occurs when a property is only as input for Read #84

Closed houkms closed 4 years ago

houkms commented 4 years ago

alertsmanagementsmartdetectoralertrule | package-2019-03

The property expandDetector is only a parameter of Read.request here.

houkms commented 4 years ago

Same issue when the property is only as input of other methods. For example, here

apimanagementapi | package-2017-03

expandApiVersionSet is only an input property for list_by_parent.

magodo commented 4 years ago

alertsmanagementsmartdetectoralertrule | package-2019-03

The property expandDetector is only a parameter of Read.request here.

Tracked by #88

magodo commented 4 years ago

Same issue when the property is only as input of other methods. For example, here

apimanagementapi | package-2017-03

expandApiVersionSet is only an input property for list_by_parent.

Tracked by #83