Details returns the details service for this edit
()
| 270 | |
| 271 | // Details returns the details service for this edit |
| 272 | func (e *Edit) Details() *androidpublisher.EditsDetailsService { |
| 273 | return e.client.service.Edits.Details |
| 274 | } |
| 275 | |
| 276 | // Testers returns the testers service for this edit |
| 277 | func (e *Edit) Testers() *androidpublisher.EditsTestersService { |