| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.FusionTables.Task.Get
Description
Retrieves a specific task by its ID.
See: Fusion Tables API Reference for fusiontables.task.get.
REST Resource
type TaskGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (Capture "taskId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Task)))))) Source #
A resource alias for fusiontables.task.get method which the
TaskGet request conforms to.
Creating a Request
Creates a value of TaskGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves a specific task by its ID.
See: taskGet smart constructor.