{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.AppsTasks.Types
(
appsTasksService
, tasksReadOnlyScope
, tasksScope
, TaskLinksItem
, taskLinksItem
, tliLink
, tliType
, tliDescription
, Tasks
, tasks
, tEtag
, tNextPageToken
, tKind
, tItems
, TaskLists
, taskLists
, tlEtag
, tlNextPageToken
, tlKind
, tlItems
, TaskList
, taskList
, tasEtag
, tasKind
, tasSelfLink
, tasId
, tasUpdated
, tasTitle
, Task
, task
, ttParent
, ttStatus
, ttDue
, ttEtag
, ttKind
, ttSelfLink
, ttHidden
, ttCompleted
, ttId
, ttDeleted
, ttUpdated
, ttTitle
, ttLinks
, ttNotes
, ttPosition
) where
import Network.Google.AppsTasks.Types.Product
import Network.Google.AppsTasks.Types.Sum
import Network.Google.Prelude
appsTasksService :: ServiceConfig
appsTasksService
= defaultService (ServiceId "tasks:v1")
"www.googleapis.com"
tasksReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/tasks.readonly"]
tasksReadOnlyScope = Proxy;
tasksScope :: Proxy '["https://www.googleapis.com/auth/tasks"]
tasksScope = Proxy;