@@ -125,7 +125,7 @@ <h3>Method Details</h3>
125
125
{ # The response for a specific contact group.
126
126
"contactGroup": { # A contact group. # The contact group.
127
127
"clientData": [ # The group's client data.
128
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
128
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
129
129
"key": "A String", # The client specified key of the client data.
130
130
"value": "A String", # The client specified value of the client data.
131
131
},
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175
175
{ # A request to create a new contact group.
176
176
"contactGroup": { # A contact group. # Required. The contact group to create.
177
177
"clientData": [ # The group's client data.
178
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
178
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
179
179
"key": "A String", # The client specified key of the client data.
180
180
"value": "A String", # The client specified value of the client data.
181
181
},
@@ -207,7 +207,7 @@ <h3>Method Details</h3>
207
207
208
208
{ # A contact group.
209
209
"clientData": [ # The group's client data.
210
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
210
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
211
211
"key": "A String", # The client specified key of the client data.
212
212
"value": "A String", # The client specified value of the client data.
213
213
},
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265
265
266
266
{ # A contact group.
267
267
"clientData": [ # The group's client data.
268
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
268
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
269
269
"key": "A String", # The client specified key of the client data.
270
270
"value": "A String", # The client specified value of the client data.
271
271
},
@@ -307,7 +307,7 @@ <h3>Method Details</h3>
307
307
"contactGroups": [ # The list of contact groups. Members of the contact groups are not populated.
308
308
{ # A contact group.
309
309
"clientData": [ # The group's client data.
310
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
310
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
311
311
"key": "A String", # The client specified key of the client data.
312
312
"value": "A String", # The client specified value of the client data.
313
313
},
@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359
359
{ # A request to update an existing user contact group. All updated fields will be replaced.
360
360
"contactGroup": { # A contact group. # Required. The contact group to update.
361
361
"clientData": [ # The group's client data.
362
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
362
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
363
363
"key": "A String", # The client specified key of the client data.
364
364
"value": "A String", # The client specified value of the client data.
365
365
},
@@ -392,7 +392,7 @@ <h3>Method Details</h3>
392
392
393
393
{ # A contact group.
394
394
"clientData": [ # The group's client data.
395
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
395
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
396
396
"key": "A String", # The client specified key of the client data.
397
397
"value": "A String", # The client specified value of the client data.
398
398
},
0 commit comments