Tracks returns the tracks service for this edit
()
| 245 | |
| 246 | // Tracks returns the tracks service for this edit |
| 247 | func (e *Edit) Tracks() *androidpublisher.EditsTracksService { |
| 248 | return e.client.service.Edits.Tracks |
| 249 | } |
| 250 | |
| 251 | // Bundles returns the bundles service for this edit |
| 252 | func (e *Edit) Bundles() *androidpublisher.EditsBundlesService { |
no outgoing calls
no test coverage detected