@@ -46,9 +46,10 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
46
46
private FormAction action ;
47
47
48
48
/**
49
- * Represents information about the user's client, such as locale, host app, and platform. For
50
- * Chat apps, `CommonEventObject` includes information submitted by users interacting with
51
- * [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
49
+ * Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
50
+ * platform. For Chat apps, `CommonEventObject` includes information submitted by users
51
+ * interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
52
+ * entered on a card.
52
53
* The value may be {@code null}.
53
54
*/
54
55
@ com .google .api .client .util .Key
@@ -160,19 +161,21 @@ public DeprecatedEvent setAction(FormAction action) {
160
161
}
161
162
162
163
/**
163
- * Represents information about the user's client, such as locale, host app, and platform. For
164
- * Chat apps, `CommonEventObject` includes information submitted by users interacting with
165
- * [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
164
+ * Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
165
+ * platform. For Chat apps, `CommonEventObject` includes information submitted by users
166
+ * interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
167
+ * entered on a card.
166
168
* @return value or {@code null} for none
167
169
*/
168
170
public CommonEventObject getCommon () {
169
171
return common ;
170
172
}
171
173
172
174
/**
173
- * Represents information about the user's client, such as locale, host app, and platform. For
174
- * Chat apps, `CommonEventObject` includes information submitted by users interacting with
175
- * [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
175
+ * Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
176
+ * platform. For Chat apps, `CommonEventObject` includes information submitted by users
177
+ * interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
178
+ * entered on a card.
176
179
* @param common common or {@code null} for none
177
180
*/
178
181
public DeprecatedEvent setCommon (CommonEventObject common ) {
0 commit comments