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.html
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ <h3>Method Details</h3>
591
591
parent: string, Required. The resource name of the case for which feed items should be listed. (required)
592
592
orderBy: string, Optional. Field to order feed items by, followed by `asc` or `desc` postfix. The only valid field is `creation_time`. This list is case-insensitive, default sorting order is ascending, and the redundant space characters are insignificant. Example: `creation_time desc`
593
593
pageSize: integer, Optional. The maximum number of feed items fetched with each request.
594
-
pageToken: string, Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved.
594
+
pageToken: string, Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page.
595
595
x__xgafv: string, V1 error format.
596
596
Allowed values
597
597
1 - v1 error format
@@ -648,9 +648,8 @@ <h3>Method Details</h3>
648
648
"googleSupport": True or False, # Output only. Whether the actor is a Google support actor.
649
649
"username": "A String", # Output only. The username of the actor. It may look like an email or other format provided by the identity provider. If not provided, it is inferred from the credentials supplied. When a name is provided, a username must also be provided. If the user is a Google Support agent, this will not be set.
650
650
},
651
-
"bodyContent": { # Used for content on cases/comments/etc. On input either plain_text or rich_text should be supplied but not both. # Output only. The full email message body in both plaintext and richtext. The plaintext field of body_content will be elided in a best-effort attempt to remove extraneous reply threads.
652
-
"plainText": "A String", # Content in this field should be rendered and interpreted as-is. If not provided on input, then rich_text must be provided and this field will contain the plain text extracted from the rich_text input.
653
-
"richText": "A String", # Content in this field should be rendered and interpreted as HTML. If not provided on input, then plain_text must be provided and this field will contain the escaped plain text content. Only a subset of HTML tags and styles are allowed on input, all other tags will be stripped/sanitized. Output will always contain safe and valid HTML.
651
+
"bodyContent": { # Stores text attached to a support object. # Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.
652
+
"plainText": "A String", # Content in this field should be rendered and interpreted as-is.
654
653
},
655
654
"ccEmailAddresses": [ # Output only. Email addresses CCed on the email.
"description": "Output only. The full email message body in both plaintext and richtext. The plaintext field of body_content will be elided in a best-effort attempt to remove extraneous reply threads.",
1131
+
"description": "Output only. The full email message body. A best-effort attempt is made to remove extraneous reply threads.",
1132
1132
"readOnly": true
1133
1133
},
1134
1134
"ccEmailAddresses": {
@@ -1561,15 +1561,11 @@
1561
1561
"type": "object"
1562
1562
},
1563
1563
"TextContent": {
1564
-
"description": "Used for content on cases/comments/etc. On input either plain_text or rich_text should be supplied but not both.",
1564
+
"description": "Stores text attached to a support object.",
1565
1565
"id": "TextContent",
1566
1566
"properties": {
1567
1567
"plainText": {
1568
-
"description": "Content in this field should be rendered and interpreted as-is. If not provided on input, then rich_text must be provided and this field will contain the plain text extracted from the rich_text input.",
1569
-
"type": "string"
1570
-
},
1571
-
"richText": {
1572
-
"description": "Content in this field should be rendered and interpreted as HTML. If not provided on input, then plain_text must be provided and this field will contain the escaped plain text content. Only a subset of HTML tags and styles are allowed on input, all other tags will be stripped/sanitized. Output will always contain safe and valid HTML.",
1568
+
"description": "Content in this field should be rendered and interpreted as-is.",
0 commit comments