docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/drive_v2.replies.html b/docs/dyn/drive_v2.replies.html
index ba01d06..46f6ac3 100644
--- a/docs/dyn/drive_v2.replies.html
+++ b/docs/dyn/drive_v2.replies.html
@@ -84,7 +84,7 @@
<code><a href="#insert">insert(fileId, commentId, body=None)</a></code></p>
<p class="firstline">Creates a new reply to the given comment.</p>
<p class="toc_element">
- <code><a href="#list">list(fileId, commentId, includeDeleted=None, pageToken=None, maxResults=None)</a></code></p>
+ <code><a href="#list">list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None)</a></code></p>
<p class="firstline">Lists all of the replies to a comment.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -121,26 +121,26 @@
An object of the form:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}</pre>
</div>
@@ -155,26 +155,26 @@
The object takes the form of:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}
@@ -182,72 +182,72 @@
An object of the form:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(fileId, commentId, includeDeleted=None, pageToken=None, maxResults=None)</code>
+ <code class="details" id="list">list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None)</code>
<pre>Lists all of the replies to a comment.
Args:
fileId: string, The ID of the file. (required)
commentId: string, The ID of the comment. (required)
includeDeleted: boolean, If set, all replies, including deleted replies (with content stripped) will be returned.
- pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
maxResults: integer, The maximum number of replies to include in the response, used for paging.
+ pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
Returns:
An object of the form:
{ # A list of replies to a comment on a file in Google Drive.
- "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
- "items": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+ "items": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
},
],
- "kind": "drive#commentReplyList", # This is always drive#commentReplyList.
- "selfLink": "A String", # A link back to this list.
- "nextLink": "A String", # A link to the next page of replies.
+ "kind": "drive#commentReplyList", # This is always drive#commentReplyList.
+ "nextLink": "A String", # A link to the next page of replies.
+ "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
+ "selfLink": "A String", # A link back to this list.
}</pre>
</div>
@@ -260,7 +260,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
@@ -277,26 +277,26 @@
The object takes the form of:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}
@@ -304,26 +304,26 @@
An object of the form:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}</pre>
</div>
@@ -339,26 +339,26 @@
The object takes the form of:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}
@@ -366,26 +366,26 @@
An object of the form:
{ # A comment on a file in Google Drive.
- "kind": "drive#commentReply", # This is always drive#commentReply.
- "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
+ "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
},
- "deleted": True or False, # 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.
- "htmlContent": "A String", # HTML formatted content for this reply.
- "content": "A 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).
- "verb": "A 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.
- "replyId": "A String", # The ID of the reply.
- "modifiedDate": "A String", # The date when this reply was last modified.
- "createdDate": "A String", # The date when this reply was first created.
+ "content": "A 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).
+ "createdDate": "A String", # The date when this reply was first created.
+ "deleted": True or False, # 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.
+ "htmlContent": "A String", # HTML formatted content for this reply.
+ "kind": "drive#commentReply", # This is always drive#commentReply.
+ "modifiedDate": "A String", # The date when this reply was last modified.
+ "replyId": "A String", # The ID of the reply.
+ "verb": "A 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.
}</pre>
</div>