An object for managing images on the server. See the :doc:`images documentation ` for full details.
(self)
| 118 | |
| 119 | @property |
| 120 | def images(self): |
| 121 | """ |
| 122 | An object for managing images on the server. See the |
| 123 | :doc:`images documentation <images>` for full details. |
| 124 | """ |
| 125 | return ImageCollection(client=self) |
| 126 | |
| 127 | @property |
| 128 | def networks(self): |