vmj / groovy-upcloud

Groovy UpCloud library
GNU General Public License v3.0
1 stars 0 forks source link

Add support for `public` property in `Zone` resource #4

Open vmj opened 4 years ago

vmj commented 4 years ago

https://developers.upcloud.com/1.3/5-zones/

vmj commented 4 years ago

Will be just a doco update, probably. public is a keyword, so no way to add that to the Zone resource class as a field.

Dynamic Groovy will still be able to access zone.public, but static Groovy will need to use zone.getProperty("public").