GapiDriveV2Service.RepliesResource
val delete :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
fileId:string ->
commentId:string ->
replyId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Deletes a reply.
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?includeDeleted:bool ->
fileId:string ->
commentId:string ->
replyId:string ->
GapiConversation.Session.t ->
GapiDriveV2Model.CommentReply.t * GapiConversation.Session.t
Gets a reply.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
fileId:string ->
commentId:string ->
GapiDriveV2Model.CommentReply.t ->
GapiConversation.Session.t ->
GapiDriveV2Model.CommentReply.t * GapiConversation.Session.t
Creates a new reply to the given comment.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?includeDeleted:bool ->
?maxResults:int ->
?pageToken:string ->
fileId:string ->
commentId:string ->
GapiConversation.Session.t ->
GapiDriveV2Model.CommentReplyList.t * GapiConversation.Session.t
Lists all of the replies to a comment.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
fileId:string ->
commentId:string ->
replyId:string ->
GapiDriveV2Model.CommentReply.t ->
GapiConversation.Session.t ->
GapiDriveV2Model.CommentReply.t * GapiConversation.Session.t
Updates an existing reply. This method supports patch semantics.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
fileId:string ->
commentId:string ->
replyId:string ->
GapiDriveV2Model.CommentReply.t ->
GapiConversation.Session.t ->
GapiDriveV2Model.CommentReply.t * GapiConversation.Session.t
Updates an existing reply.