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 |
Permanently deletes all of the user's trashed files.
See: Drive API Reference for drive.files.emptyTrash
.
Synopsis
- type FilesEmptyTrashResource = "drive" :> ("v3" :> ("files" :> ("trash" :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- filesEmptyTrash :: FilesEmptyTrash
- data FilesEmptyTrash
REST Resource
type FilesEmptyTrashResource = "drive" :> ("v3" :> ("files" :> ("trash" :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for drive.files.emptyTrash
method which the
FilesEmptyTrash
request conforms to.
Creating a Request
filesEmptyTrash :: FilesEmptyTrash Source #
Creates a value of FilesEmptyTrash
with the minimum fields required to make a request.
data FilesEmptyTrash Source #
Permanently deletes all of the user's trashed files.
See: filesEmptyTrash
smart constructor.