| 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.Tasks.Tasks.Get
Description
Returns the specified task.
See: Tasks API Reference for tasks.tasks.get.
REST Resource
type TasksGetResource = "tasks" :> ("v1" :> ("lists" :> (Capture "tasklist" Text :> ("tasks" :> (Capture "task" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Task)))))) Source #
A resource alias for tasks.tasks.get method which the
TasksGet request conforms to.
Creating a Request
Creates a value of TasksGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Returns the specified task.
See: tasksGet smart constructor.