You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/cloudsupport_v2beta.cases.comments.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102
102
The object takes the form of:
103
103
104
104
{ # A comment associated with a support case.
105
-
"body": "A String", # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
105
+
"body": "A String", # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
106
106
"createTime": "A String", # Output only. The time when this comment was created.
107
107
"creator": { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
108
108
"displayName": "A String", # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122
122
An object of the form:
123
123
124
124
{ # A comment associated with a support case.
125
-
"body": "A String", # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
125
+
"body": "A String", # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
126
126
"createTime": "A String", # Output only. The time when this comment was created.
127
127
"creator": { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
128
128
"displayName": "A String", # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
{ # The response message for the ListComments endpoint.
154
154
"comments": [ # The list of Comments associated with the given Case.
155
155
{ # A comment associated with a support case.
156
-
"body": "A String", # The full comment body. Maximum of 120000 characters. This can contain rich text syntax.
156
+
"body": "A String", # The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
157
157
"createTime": "A String", # Output only. The time when this comment was created.
158
158
"creator": { # An object containing information about the effective user and authenticated principal responsible for an action. # Output only. The user or Google Support agent created this comment.
159
159
"displayName": "A String", # The name to display for the actor. If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.
0 commit comments