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: clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1SelectionItem.java
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,12 @@ public final class GoogleAppsCardV1SelectionItem extends com.google.api.client.j
39
39
@com.google.api.client.util.Key
40
40
privatejava.lang.StringbottomText;
41
41
42
+
/**
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privateGoogleAppsCardV1MaterialIconmaterialIcon;
47
+
42
48
/**
43
49
* Whether the item is selected by default. If the selection input only accepts one value (such as
44
50
* for radio buttons or a dropdown menu), only set this field for one item.
@@ -48,9 +54,6 @@ public final class GoogleAppsCardV1SelectionItem extends com.google.api.client.j
48
54
privatejava.lang.Booleanselected;
49
55
50
56
/**
51
-
* For multiselect menus, the URL for the icon displayed next to the item's `text` field. Supports
52
-
* PNG and JPEG files. Must be an `HTTPS` URL. For example,
0 commit comments