Update docs (#291)
diff --git a/docs/dyn/drive_v3.replies.html b/docs/dyn/drive_v3.replies.html
index 4a0bd89..5f925fa 100644
--- a/docs/dyn/drive_v3.replies.html
+++ b/docs/dyn/drive_v3.replies.html
@@ -104,11 +104,11 @@
The object takes the form of:
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
@@ -129,11 +129,11 @@
An object of the form:
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
@@ -175,11 +175,11 @@
An object of the form:
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
@@ -212,14 +212,14 @@
{ # A list of replies to a comment on a file.
"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.
- "kind": "drive#replyList", # This is always drive#replyList.
+ "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string "drive#replyList".
"replies": [ # The page of replies.
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
@@ -264,11 +264,11 @@
The object takes the form of:
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
@@ -289,11 +289,11 @@
An object of the form:
{ # A reply to a comment on a file.
- "kind": "drive#reply", # This is always drive#reply.
+ "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
"modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
"author": { # Information about a Drive user. # The user who created the reply.
"me": True or False, # Whether this user is the requesting user.
- "kind": "drive#user", # This is always drive#user.
+ "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in Permission resources.
"emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.