Listings returns the listings service for this edit
()
| 260 | |
| 261 | // Listings returns the listings service for this edit |
| 262 | func (e *Edit) Listings() *androidpublisher.EditsListingsService { |
| 263 | return e.client.service.Edits.Listings |
| 264 | } |
| 265 | |
| 266 | // Images returns the images service for this edit |
| 267 | func (e *Edit) Images() *androidpublisher.EditsImagesService { |