Yalnızca çıkış. Yanıtı yazan kişi. Yazarın e-posta adresi ve izin kimliği doldurulmaz.
deleted
boolean
Yalnızca çıkış. Bu yanıtın silinip silinmediği. Silinen yanıtların içeriği temizlenir ve bu yanıtlar yalnızca daha önce var olan yanıtları temsil eder.
htmlContent
string
Yalnızca çıkış. Bu yanıtın HTML biçimli içeriği.
content
string
Bu yanıtı oluşturmak için kullanılan düz metin içeriği. Bu, HTML için güvenli değildir ve yalnızca bir yanıtın içeriğinde düzenleme yapmak için başlangıç noktası olarak kullanılmalıdır. Bir fiil belirtilmezse (çöz/yeniden aç) bu alan eklemelerde zorunludur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["# REST Resource: replies\n\n- [Resource: CommentReply](#CommentReply)\n - [JSON representation](#CommentReply.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CommentReply\n----------------------\n\nA comment on a file in Google Drive.\n\nSome resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"replyId\": string, \"kind\": string, \"createdDate\": string, \"modifiedDate\": string, \"verb\": string, \"author\": { object (/workspace/drive/api/reference/rest/v2/User) }, \"deleted\": boolean, \"htmlContent\": string, \"content\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `replyId` | `string` Output only. The ID of the reply. |\n| `kind` | `string` Output only. This is always `drive#commentReply`. |\n| `createdDate` | `string` Output only. The date when this reply was first created. |\n| `modifiedDate` | `string` Output only. The date when this reply was last modified. |\n| `verb` | `string` The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - `resolve` - To resolve a comment. - `reopen` - To reopen (un-resolve) a comment. |\n| `author` | `object (`[User](/workspace/drive/api/reference/rest/v2/User)`)` Output only. The author of the reply. The author's email address and permission ID will not be populated. |\n| `deleted` | `boolean` Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. |\n| `htmlContent` | `string` Output only. HTML formatted content for this reply. |\n| `content` | `string` The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|-------------------------------------------|\n| ### [delete](/workspace/drive/api/reference/rest/v2/replies/delete) | Deletes a reply. |\n| ### [get](/workspace/drive/api/reference/rest/v2/replies/get) | Gets a reply. |\n| ### [insert](/workspace/drive/api/reference/rest/v2/replies/insert) | Creates a new reply to the given comment. |\n| ### [list](/workspace/drive/api/reference/rest/v2/replies/list) | Lists all of the replies to a comment. |\n| ### [patch](/workspace/drive/api/reference/rest/v2/replies/patch) | Updates an existing reply. |\n| ### [update](/workspace/drive/api/reference/rest/v2/replies/update) | Updates an existing reply. |"]]