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 |
Deletes a reply.
See: Drive API Reference for drive.replies.delete
.
Synopsis
- type RepliesDeleteResource = "drive" :> ("v3" :> ("files" :> (Capture "fileId" Text :> ("comments" :> (Capture "commentId" Text :> ("replies" :> (Capture "replyId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))
- repliesDelete :: Text -> Text -> Text -> RepliesDelete
- data RepliesDelete
- rdReplyId :: Lens' RepliesDelete Text
- rdFileId :: Lens' RepliesDelete Text
- rdCommentId :: Lens' RepliesDelete Text
REST Resource
type RepliesDeleteResource = "drive" :> ("v3" :> ("files" :> (Capture "fileId" Text :> ("comments" :> (Capture "commentId" Text :> ("replies" :> (Capture "replyId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #
A resource alias for drive.replies.delete
method which the
RepliesDelete
request conforms to.
Creating a Request
Creates a value of RepliesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RepliesDelete Source #
Deletes a reply.
See: repliesDelete
smart constructor.
Instances
Request Lenses
rdCommentId :: Lens' RepliesDelete Text Source #
The ID of the comment.