blob: a442dc17864f7bb8b193a394ede4144a709a30dc [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="groupssettings_v1.html">Groups Settings API</a> . <a href="groupssettings_v1.groups.html">groups</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
John Asmuth614db982014-04-24 15:46:26 -040081 <code><a href="#get">get(groupUniqueId)</a></code></p>
82<p class="firstline">Gets one resource by id.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#patch">patch(groupUniqueId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Updates an existing resource. This method supports patch semantics.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#update">update(groupUniqueId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Updates an existing resource.</p>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
John Asmuth614db982014-04-24 15:46:26 -040096 <code class="details" id="get">get(groupUniqueId)</code>
97 <pre>Gets one resource by id.
98
99Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700100 groupUniqueId: string, The group&#x27;s email address. (required)
John Asmuth614db982014-04-24 15:46:26 -0400101
102Returns:
103 An object of the form:
104
105 { # JSON template for Group resource
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800106 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
107 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
108 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
109 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
110 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
111 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
112 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
113 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
114 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
115 # - NONE_CAN_ADD: No one can directly add new members.
116 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800117 # - ALL_MEMBERS
118 # - OWNERS_AND_MANAGERS
119 # - MANAGERS_ONLY
120 # - OWNERS_ONLY
121 # - NONE
122 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
123 # - true: Group is included in the Global Address List.
124 # - false: Group is not included in the Global Address List.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800125 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
126 # - ALL_MEMBERS
127 # - OWNERS_AND_MANAGERS
128 # - MANAGERS_ONLY
129 # - OWNERS_ONLY
130 # - NONE
131 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
132 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
133 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
134 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
135 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
136 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800137 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
138 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
139 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
140 #
141 # - REPLY_TO_SENDER: The reply sent to author of message.
142 # - REPLY_TO_LIST: This reply message is sent to the group.
143 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
144 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
145 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800146 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
147 # - ALL_MEMBERS
148 # - OWNERS_AND_MANAGERS
149 # - MANAGERS_ONLY
150 # - OWNERS_ONLY
151 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800152 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
153 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
154 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
155 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
156 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
157 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
158 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
159 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
160 # - ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800161 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
162 # - ALL_MEMBERS
163 # - OWNERS_AND_MANAGERS
164 # - MANAGERS_ONLY
165 # - OWNERS_ONLY
166 # - NONE
167 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
168 # - ALL_MEMBERS
169 # - OWNERS_AND_MANAGERS
170 # - OWNERS_ONLY
171 # - NONE
172 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
173 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
174 # - false: Members can not post in behalf of the group&#x27;s email address.
175 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
176 # - ALL_MEMBERS
177 # - OWNERS_AND_MANAGERS
178 # - OWNERS_ONLY
179 # - NONE
180 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
181 # - ALL_IN_DOMAIN_CAN_CONTACT
182 # - ALL_MANAGERS_CAN_CONTACT
183 # - ALL_MEMBERS_CAN_CONTACT
184 # - ANYONE_CAN_CONTACT
185 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
186 # - ALLOW: Post the message to the group.
187 # - MODERATE: Send the message to the moderation queue. This is the default.
188 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
189 # - REJECT: Immediately reject the message.
190 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
191 # - true: Allows any member to post to the group forum.
192 # - false: Members only use Gmail to communicate with the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800193 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
194 # - ALL_MEMBERS
195 # - OWNERS_AND_MANAGERS
196 # - OWNERS_ONLY
197 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800198 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
199 # - true: Archive messages sent to the group.
200 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
201 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800202 # - ALL_MEMBERS
203 # - OWNERS_AND_MANAGERS
204 # - MANAGERS_ONLY
205 # - OWNERS_ONLY
206 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800207 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
208 # - ANYONE_CAN_DISCOVER
209 # - ALL_IN_DOMAIN_CAN_DISCOVER
210 # - ALL_MEMBERS_CAN_DISCOVER
211 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
212 # - true
213 # - false
214 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
215 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
216 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
217 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
218 # - false: The group is active and can receive messages.
219 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
220 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
221 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
222 # - ALL_MEMBERS
223 # - OWNERS_AND_MANAGERS
224 # - OWNERS_ONLY
225 # - NONE
226 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
227 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
228 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
229 # - true
230 # - false
231 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
232 # - true: Favorite replies will be displayed above other replies.
233 # - false: Favorite replies will not be displayed above other replies.
234 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
235 # - ALL_MEMBERS
236 # - OWNERS_AND_MANAGERS
237 # - OWNERS_ONLY
238 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800239 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
240 # - ALL_MEMBERS
241 # - OWNERS_AND_MANAGERS
242 # - OWNERS_ONLY
243 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800244 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
245 # - true
246 # - false
247 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800248 # - ALL_MEMBERS
249 # - OWNERS_AND_MANAGERS
250 # - MANAGERS_ONLY
251 # - OWNERS_ONLY
252 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800253 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
254 # - ALL_MANAGERS_CAN_LEAVE
255 # - ALL_MEMBERS_CAN_LEAVE
256 # - NONE_CAN_LEAVE
257 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
258 # - true: All groups in the account are listed in the Groups directory.
259 # - false: All groups in the account are not listed in the directory.
260 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
261 # - ALL_MEMBERS
262 # - OWNERS_AND_MANAGERS
263 # - OWNERS_ONLY
264 # - NONE
265 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
266 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
267 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
268 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
269 # - ALL_MEMBERS
270 # - OWNERS_AND_MANAGERS
271 # - OWNERS_ONLY
272 # - NONE
273 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
274 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800275 # - ALL_MEMBERS
276 # - OWNERS_AND_MANAGERS
277 # - MANAGERS_ONLY
278 # - OWNERS_ONLY
279 # - NONE
280 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
281 # - ALL_MEMBERS
282 # - OWNERS_AND_MANAGERS
283 # - OWNERS_ONLY
284 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800285 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
286 # - ALL_MEMBERS
287 # - OWNERS_AND_MANAGERS
288 # - MANAGERS_ONLY
289 # - OWNERS_ONLY
290 # - NONE
291 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
292 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
293 # If a group already has external members, those members can still send email to this group.
294 #
295 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
296 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
297 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
298 # - ALL_MEMBERS
299 # - OWNERS_AND_MANAGERS
300 # - MANAGERS_ONLY
301 # - OWNERS_ONLY
302 # - NONE
303 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
304 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
305 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
306 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
307 # - ALL_MEMBERS
308 # - OWNERS_AND_MANAGERS
309 # - OWNERS_ONLY
310 # - NONE
311 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
312 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
313 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
314 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
315 # - NONE_CAN_INVITE: No one can invite a new member candidate.
316 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
317 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
318 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
319 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
320 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
321 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
322 # - ALL_MEMBERS
323 # - OWNERS_AND_MANAGERS
324 # - MANAGERS_ONLY
325 # - OWNERS_ONLY
326 # - NONE
327 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
328 # - ALL_MEMBERS_CAN_APPROVE
329 # - ALL_MANAGERS_CAN_APPROVE
330 # - ALL_OWNERS_CAN_APPROVE
331 # - NONE_CAN_APPROVE
332 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
333 # - ALL_MEMBERS
334 # - OWNERS_AND_MANAGERS
335 # - OWNERS_ONLY
336 # - NONE
337 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
338 # - ALL_MEMBERS
339 # - OWNERS_AND_MANAGERS
340 # - MANAGERS_ONLY
341 # - OWNERS_ONLY
342 # - NONE
343 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
344 # - true: G Suite users external to your organization can become members of this group.
345 # - false: Users not belonging to the organization are not allowed to become members of this group.
346 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
347 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
348 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
349 # - true: When a message is rejected, send the deny message notification to the message author.
350 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
351 #
352 # - false: When a message is rejected, no notification is sent.
353 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
354 # - ALL_MEMBERS
355 # - OWNERS_AND_MANAGERS
356 # - OWNERS_ONLY
357 # - NONE
358 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
359 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
360 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
361 # - false: Google can not contact managers of this group.
362 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
363 # - ALL_MEMBERS
364 # - OWNERS_AND_MANAGERS
365 # - OWNERS_ONLY
366 # - NONE
367 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800368 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400369</div>
370
371<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700372 <code class="details" id="patch">patch(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400373 <pre>Updates an existing resource. This method supports patch semantics.
374
375Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700377 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400378 The object takes the form of:
379
380{ # JSON template for Group resource
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800381 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
382 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
383 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
384 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
385 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
386 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
387 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
388 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
389 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
390 # - NONE_CAN_ADD: No one can directly add new members.
391 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800392 # - ALL_MEMBERS
393 # - OWNERS_AND_MANAGERS
394 # - MANAGERS_ONLY
395 # - OWNERS_ONLY
396 # - NONE
397 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
398 # - true: Group is included in the Global Address List.
399 # - false: Group is not included in the Global Address List.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800400 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
401 # - ALL_MEMBERS
402 # - OWNERS_AND_MANAGERS
403 # - MANAGERS_ONLY
404 # - OWNERS_ONLY
405 # - NONE
406 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
407 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
408 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
409 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
410 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
411 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800412 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
413 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
414 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
415 #
416 # - REPLY_TO_SENDER: The reply sent to author of message.
417 # - REPLY_TO_LIST: This reply message is sent to the group.
418 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
419 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
420 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800421 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
422 # - ALL_MEMBERS
423 # - OWNERS_AND_MANAGERS
424 # - MANAGERS_ONLY
425 # - OWNERS_ONLY
426 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800427 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
428 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
429 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
430 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
431 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
432 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
433 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
434 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
435 # - ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800436 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
437 # - ALL_MEMBERS
438 # - OWNERS_AND_MANAGERS
439 # - MANAGERS_ONLY
440 # - OWNERS_ONLY
441 # - NONE
442 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
443 # - ALL_MEMBERS
444 # - OWNERS_AND_MANAGERS
445 # - OWNERS_ONLY
446 # - NONE
447 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
448 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
449 # - false: Members can not post in behalf of the group&#x27;s email address.
450 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
451 # - ALL_MEMBERS
452 # - OWNERS_AND_MANAGERS
453 # - OWNERS_ONLY
454 # - NONE
455 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
456 # - ALL_IN_DOMAIN_CAN_CONTACT
457 # - ALL_MANAGERS_CAN_CONTACT
458 # - ALL_MEMBERS_CAN_CONTACT
459 # - ANYONE_CAN_CONTACT
460 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
461 # - ALLOW: Post the message to the group.
462 # - MODERATE: Send the message to the moderation queue. This is the default.
463 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
464 # - REJECT: Immediately reject the message.
465 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
466 # - true: Allows any member to post to the group forum.
467 # - false: Members only use Gmail to communicate with the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800468 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
469 # - ALL_MEMBERS
470 # - OWNERS_AND_MANAGERS
471 # - OWNERS_ONLY
472 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800473 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
474 # - true: Archive messages sent to the group.
475 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
476 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800477 # - ALL_MEMBERS
478 # - OWNERS_AND_MANAGERS
479 # - MANAGERS_ONLY
480 # - OWNERS_ONLY
481 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800482 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
483 # - ANYONE_CAN_DISCOVER
484 # - ALL_IN_DOMAIN_CAN_DISCOVER
485 # - ALL_MEMBERS_CAN_DISCOVER
486 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
487 # - true
488 # - false
489 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
490 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
491 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
492 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
493 # - false: The group is active and can receive messages.
494 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
495 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
496 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
497 # - ALL_MEMBERS
498 # - OWNERS_AND_MANAGERS
499 # - OWNERS_ONLY
500 # - NONE
501 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
502 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
503 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
504 # - true
505 # - false
506 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
507 # - true: Favorite replies will be displayed above other replies.
508 # - false: Favorite replies will not be displayed above other replies.
509 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
510 # - ALL_MEMBERS
511 # - OWNERS_AND_MANAGERS
512 # - OWNERS_ONLY
513 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800514 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
515 # - ALL_MEMBERS
516 # - OWNERS_AND_MANAGERS
517 # - OWNERS_ONLY
518 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800519 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
520 # - true
521 # - false
522 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800523 # - ALL_MEMBERS
524 # - OWNERS_AND_MANAGERS
525 # - MANAGERS_ONLY
526 # - OWNERS_ONLY
527 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800528 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
529 # - ALL_MANAGERS_CAN_LEAVE
530 # - ALL_MEMBERS_CAN_LEAVE
531 # - NONE_CAN_LEAVE
532 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
533 # - true: All groups in the account are listed in the Groups directory.
534 # - false: All groups in the account are not listed in the directory.
535 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
536 # - ALL_MEMBERS
537 # - OWNERS_AND_MANAGERS
538 # - OWNERS_ONLY
539 # - NONE
540 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
541 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
542 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
543 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
544 # - ALL_MEMBERS
545 # - OWNERS_AND_MANAGERS
546 # - OWNERS_ONLY
547 # - NONE
548 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
549 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800550 # - ALL_MEMBERS
551 # - OWNERS_AND_MANAGERS
552 # - MANAGERS_ONLY
553 # - OWNERS_ONLY
554 # - NONE
555 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
556 # - ALL_MEMBERS
557 # - OWNERS_AND_MANAGERS
558 # - OWNERS_ONLY
559 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800560 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
561 # - ALL_MEMBERS
562 # - OWNERS_AND_MANAGERS
563 # - MANAGERS_ONLY
564 # - OWNERS_ONLY
565 # - NONE
566 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
567 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
568 # If a group already has external members, those members can still send email to this group.
569 #
570 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
571 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
572 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
573 # - ALL_MEMBERS
574 # - OWNERS_AND_MANAGERS
575 # - MANAGERS_ONLY
576 # - OWNERS_ONLY
577 # - NONE
578 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
579 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
580 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
581 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
582 # - ALL_MEMBERS
583 # - OWNERS_AND_MANAGERS
584 # - OWNERS_ONLY
585 # - NONE
586 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
587 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
588 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
589 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
590 # - NONE_CAN_INVITE: No one can invite a new member candidate.
591 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
592 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
593 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
594 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
595 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
596 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
597 # - ALL_MEMBERS
598 # - OWNERS_AND_MANAGERS
599 # - MANAGERS_ONLY
600 # - OWNERS_ONLY
601 # - NONE
602 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
603 # - ALL_MEMBERS_CAN_APPROVE
604 # - ALL_MANAGERS_CAN_APPROVE
605 # - ALL_OWNERS_CAN_APPROVE
606 # - NONE_CAN_APPROVE
607 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
608 # - ALL_MEMBERS
609 # - OWNERS_AND_MANAGERS
610 # - OWNERS_ONLY
611 # - NONE
612 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
613 # - ALL_MEMBERS
614 # - OWNERS_AND_MANAGERS
615 # - MANAGERS_ONLY
616 # - OWNERS_ONLY
617 # - NONE
618 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
619 # - true: G Suite users external to your organization can become members of this group.
620 # - false: Users not belonging to the organization are not allowed to become members of this group.
621 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
622 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
623 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
624 # - true: When a message is rejected, send the deny message notification to the message author.
625 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
626 #
627 # - false: When a message is rejected, no notification is sent.
628 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
629 # - ALL_MEMBERS
630 # - OWNERS_AND_MANAGERS
631 # - OWNERS_ONLY
632 # - NONE
633 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
634 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
635 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
636 # - false: Google can not contact managers of this group.
637 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
638 # - ALL_MEMBERS
639 # - OWNERS_AND_MANAGERS
640 # - OWNERS_ONLY
641 # - NONE
642 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800643}
644
645
646Returns:
647 An object of the form:
648
649 { # JSON template for Group resource
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800650 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
651 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
652 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
653 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
654 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
655 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
656 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
657 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
658 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
659 # - NONE_CAN_ADD: No one can directly add new members.
660 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800661 # - ALL_MEMBERS
662 # - OWNERS_AND_MANAGERS
663 # - MANAGERS_ONLY
664 # - OWNERS_ONLY
665 # - NONE
666 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
667 # - true: Group is included in the Global Address List.
668 # - false: Group is not included in the Global Address List.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800669 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
670 # - ALL_MEMBERS
671 # - OWNERS_AND_MANAGERS
672 # - MANAGERS_ONLY
673 # - OWNERS_ONLY
674 # - NONE
675 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
676 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
677 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
678 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
679 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
680 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800681 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
682 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
683 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
684 #
685 # - REPLY_TO_SENDER: The reply sent to author of message.
686 # - REPLY_TO_LIST: This reply message is sent to the group.
687 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
688 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
689 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800690 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
691 # - ALL_MEMBERS
692 # - OWNERS_AND_MANAGERS
693 # - MANAGERS_ONLY
694 # - OWNERS_ONLY
695 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800696 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
697 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
698 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
699 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
700 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
701 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
702 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
703 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
704 # - ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800705 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
706 # - ALL_MEMBERS
707 # - OWNERS_AND_MANAGERS
708 # - MANAGERS_ONLY
709 # - OWNERS_ONLY
710 # - NONE
711 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
712 # - ALL_MEMBERS
713 # - OWNERS_AND_MANAGERS
714 # - OWNERS_ONLY
715 # - NONE
716 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
717 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
718 # - false: Members can not post in behalf of the group&#x27;s email address.
719 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
720 # - ALL_MEMBERS
721 # - OWNERS_AND_MANAGERS
722 # - OWNERS_ONLY
723 # - NONE
724 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
725 # - ALL_IN_DOMAIN_CAN_CONTACT
726 # - ALL_MANAGERS_CAN_CONTACT
727 # - ALL_MEMBERS_CAN_CONTACT
728 # - ANYONE_CAN_CONTACT
729 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
730 # - ALLOW: Post the message to the group.
731 # - MODERATE: Send the message to the moderation queue. This is the default.
732 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
733 # - REJECT: Immediately reject the message.
734 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
735 # - true: Allows any member to post to the group forum.
736 # - false: Members only use Gmail to communicate with the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800737 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
738 # - ALL_MEMBERS
739 # - OWNERS_AND_MANAGERS
740 # - OWNERS_ONLY
741 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800742 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
743 # - true: Archive messages sent to the group.
744 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
745 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800746 # - ALL_MEMBERS
747 # - OWNERS_AND_MANAGERS
748 # - MANAGERS_ONLY
749 # - OWNERS_ONLY
750 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800751 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
752 # - ANYONE_CAN_DISCOVER
753 # - ALL_IN_DOMAIN_CAN_DISCOVER
754 # - ALL_MEMBERS_CAN_DISCOVER
755 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
756 # - true
757 # - false
758 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
759 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
760 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
761 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
762 # - false: The group is active and can receive messages.
763 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
764 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
765 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
766 # - ALL_MEMBERS
767 # - OWNERS_AND_MANAGERS
768 # - OWNERS_ONLY
769 # - NONE
770 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
771 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
772 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
773 # - true
774 # - false
775 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
776 # - true: Favorite replies will be displayed above other replies.
777 # - false: Favorite replies will not be displayed above other replies.
778 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
779 # - ALL_MEMBERS
780 # - OWNERS_AND_MANAGERS
781 # - OWNERS_ONLY
782 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800783 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
784 # - ALL_MEMBERS
785 # - OWNERS_AND_MANAGERS
786 # - OWNERS_ONLY
787 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800788 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
789 # - true
790 # - false
791 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800792 # - ALL_MEMBERS
793 # - OWNERS_AND_MANAGERS
794 # - MANAGERS_ONLY
795 # - OWNERS_ONLY
796 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800797 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
798 # - ALL_MANAGERS_CAN_LEAVE
799 # - ALL_MEMBERS_CAN_LEAVE
800 # - NONE_CAN_LEAVE
801 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
802 # - true: All groups in the account are listed in the Groups directory.
803 # - false: All groups in the account are not listed in the directory.
804 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
805 # - ALL_MEMBERS
806 # - OWNERS_AND_MANAGERS
807 # - OWNERS_ONLY
808 # - NONE
809 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
810 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
811 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
812 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
813 # - ALL_MEMBERS
814 # - OWNERS_AND_MANAGERS
815 # - OWNERS_ONLY
816 # - NONE
817 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
818 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800819 # - ALL_MEMBERS
820 # - OWNERS_AND_MANAGERS
821 # - MANAGERS_ONLY
822 # - OWNERS_ONLY
823 # - NONE
824 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
825 # - ALL_MEMBERS
826 # - OWNERS_AND_MANAGERS
827 # - OWNERS_ONLY
828 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800829 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
830 # - ALL_MEMBERS
831 # - OWNERS_AND_MANAGERS
832 # - MANAGERS_ONLY
833 # - OWNERS_ONLY
834 # - NONE
835 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
836 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
837 # If a group already has external members, those members can still send email to this group.
838 #
839 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
840 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
841 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
842 # - ALL_MEMBERS
843 # - OWNERS_AND_MANAGERS
844 # - MANAGERS_ONLY
845 # - OWNERS_ONLY
846 # - NONE
847 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
848 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
849 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
850 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
851 # - ALL_MEMBERS
852 # - OWNERS_AND_MANAGERS
853 # - OWNERS_ONLY
854 # - NONE
855 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
856 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
857 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
858 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
859 # - NONE_CAN_INVITE: No one can invite a new member candidate.
860 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
861 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
862 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
863 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
864 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
865 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
866 # - ALL_MEMBERS
867 # - OWNERS_AND_MANAGERS
868 # - MANAGERS_ONLY
869 # - OWNERS_ONLY
870 # - NONE
871 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
872 # - ALL_MEMBERS_CAN_APPROVE
873 # - ALL_MANAGERS_CAN_APPROVE
874 # - ALL_OWNERS_CAN_APPROVE
875 # - NONE_CAN_APPROVE
876 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
877 # - ALL_MEMBERS
878 # - OWNERS_AND_MANAGERS
879 # - OWNERS_ONLY
880 # - NONE
881 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
882 # - ALL_MEMBERS
883 # - OWNERS_AND_MANAGERS
884 # - MANAGERS_ONLY
885 # - OWNERS_ONLY
886 # - NONE
887 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
888 # - true: G Suite users external to your organization can become members of this group.
889 # - false: Users not belonging to the organization are not allowed to become members of this group.
890 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
891 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
892 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
893 # - true: When a message is rejected, send the deny message notification to the message author.
894 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
895 #
896 # - false: When a message is rejected, no notification is sent.
897 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
898 # - ALL_MEMBERS
899 # - OWNERS_AND_MANAGERS
900 # - OWNERS_ONLY
901 # - NONE
902 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
903 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
904 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
905 # - false: Google can not contact managers of this group.
906 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
907 # - ALL_MEMBERS
908 # - OWNERS_AND_MANAGERS
909 # - OWNERS_ONLY
910 # - NONE
911 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800912 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400913</div>
914
915<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700916 <code class="details" id="update">update(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400917 <pre>Updates an existing resource.
918
919Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700920 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700921 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400922 The object takes the form of:
923
924{ # JSON template for Group resource
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800925 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
926 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
927 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
928 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
929 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
930 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
931 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
932 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
933 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
934 # - NONE_CAN_ADD: No one can directly add new members.
935 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800936 # - ALL_MEMBERS
937 # - OWNERS_AND_MANAGERS
938 # - MANAGERS_ONLY
939 # - OWNERS_ONLY
940 # - NONE
941 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
942 # - true: Group is included in the Global Address List.
943 # - false: Group is not included in the Global Address List.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800944 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
945 # - ALL_MEMBERS
946 # - OWNERS_AND_MANAGERS
947 # - MANAGERS_ONLY
948 # - OWNERS_ONLY
949 # - NONE
950 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
951 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
952 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
953 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
954 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
955 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800956 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
957 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
958 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
959 #
960 # - REPLY_TO_SENDER: The reply sent to author of message.
961 # - REPLY_TO_LIST: This reply message is sent to the group.
962 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
963 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
964 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800965 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
966 # - ALL_MEMBERS
967 # - OWNERS_AND_MANAGERS
968 # - MANAGERS_ONLY
969 # - OWNERS_ONLY
970 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800971 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
972 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
973 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
974 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
975 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
976 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
977 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
978 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
979 # - ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800980 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
981 # - ALL_MEMBERS
982 # - OWNERS_AND_MANAGERS
983 # - MANAGERS_ONLY
984 # - OWNERS_ONLY
985 # - NONE
986 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
987 # - ALL_MEMBERS
988 # - OWNERS_AND_MANAGERS
989 # - OWNERS_ONLY
990 # - NONE
991 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
992 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
993 # - false: Members can not post in behalf of the group&#x27;s email address.
994 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
995 # - ALL_MEMBERS
996 # - OWNERS_AND_MANAGERS
997 # - OWNERS_ONLY
998 # - NONE
999 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1000 # - ALL_IN_DOMAIN_CAN_CONTACT
1001 # - ALL_MANAGERS_CAN_CONTACT
1002 # - ALL_MEMBERS_CAN_CONTACT
1003 # - ANYONE_CAN_CONTACT
1004 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1005 # - ALLOW: Post the message to the group.
1006 # - MODERATE: Send the message to the moderation queue. This is the default.
1007 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1008 # - REJECT: Immediately reject the message.
1009 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
1010 # - true: Allows any member to post to the group forum.
1011 # - false: Members only use Gmail to communicate with the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001012 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
1013 # - ALL_MEMBERS
1014 # - OWNERS_AND_MANAGERS
1015 # - OWNERS_ONLY
1016 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001017 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
1018 # - true: Archive messages sent to the group.
1019 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
1020 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001021 # - ALL_MEMBERS
1022 # - OWNERS_AND_MANAGERS
1023 # - MANAGERS_ONLY
1024 # - OWNERS_ONLY
1025 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001026 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1027 # - ANYONE_CAN_DISCOVER
1028 # - ALL_IN_DOMAIN_CAN_DISCOVER
1029 # - ALL_MEMBERS_CAN_DISCOVER
1030 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
1031 # - true
1032 # - false
1033 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
1034 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
1035 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
1036 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1037 # - false: The group is active and can receive messages.
1038 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1039 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
1040 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
1041 # - ALL_MEMBERS
1042 # - OWNERS_AND_MANAGERS
1043 # - OWNERS_ONLY
1044 # - NONE
1045 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
1046 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
1047 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
1048 # - true
1049 # - false
1050 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
1051 # - true: Favorite replies will be displayed above other replies.
1052 # - false: Favorite replies will not be displayed above other replies.
1053 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
1054 # - ALL_MEMBERS
1055 # - OWNERS_AND_MANAGERS
1056 # - OWNERS_ONLY
1057 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001058 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
1059 # - ALL_MEMBERS
1060 # - OWNERS_AND_MANAGERS
1061 # - OWNERS_ONLY
1062 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001063 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
1064 # - true
1065 # - false
1066 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001067 # - ALL_MEMBERS
1068 # - OWNERS_AND_MANAGERS
1069 # - MANAGERS_ONLY
1070 # - OWNERS_ONLY
1071 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001072 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1073 # - ALL_MANAGERS_CAN_LEAVE
1074 # - ALL_MEMBERS_CAN_LEAVE
1075 # - NONE_CAN_LEAVE
1076 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
1077 # - true: All groups in the account are listed in the Groups directory.
1078 # - false: All groups in the account are not listed in the directory.
1079 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
1080 # - ALL_MEMBERS
1081 # - OWNERS_AND_MANAGERS
1082 # - OWNERS_ONLY
1083 # - NONE
1084 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
1085 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
1086 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
1087 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
1088 # - ALL_MEMBERS
1089 # - OWNERS_AND_MANAGERS
1090 # - OWNERS_ONLY
1091 # - NONE
1092 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
1093 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001094 # - ALL_MEMBERS
1095 # - OWNERS_AND_MANAGERS
1096 # - MANAGERS_ONLY
1097 # - OWNERS_ONLY
1098 # - NONE
1099 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
1100 # - ALL_MEMBERS
1101 # - OWNERS_AND_MANAGERS
1102 # - OWNERS_ONLY
1103 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001104 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
1105 # - ALL_MEMBERS
1106 # - OWNERS_AND_MANAGERS
1107 # - MANAGERS_ONLY
1108 # - OWNERS_ONLY
1109 # - NONE
1110 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
1111 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
1112 # If a group already has external members, those members can still send email to this group.
1113 #
1114 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
1115 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
1116 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
1117 # - ALL_MEMBERS
1118 # - OWNERS_AND_MANAGERS
1119 # - MANAGERS_ONLY
1120 # - OWNERS_ONLY
1121 # - NONE
1122 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
1123 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
1124 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
1125 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
1126 # - ALL_MEMBERS
1127 # - OWNERS_AND_MANAGERS
1128 # - OWNERS_ONLY
1129 # - NONE
1130 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1131 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1132 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1133 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1134 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1135 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1136 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1137 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
1138 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1139 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
1140 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
1141 # - ALL_MEMBERS
1142 # - OWNERS_AND_MANAGERS
1143 # - MANAGERS_ONLY
1144 # - OWNERS_ONLY
1145 # - NONE
1146 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
1147 # - ALL_MEMBERS_CAN_APPROVE
1148 # - ALL_MANAGERS_CAN_APPROVE
1149 # - ALL_OWNERS_CAN_APPROVE
1150 # - NONE_CAN_APPROVE
1151 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
1152 # - ALL_MEMBERS
1153 # - OWNERS_AND_MANAGERS
1154 # - OWNERS_ONLY
1155 # - NONE
1156 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
1157 # - ALL_MEMBERS
1158 # - OWNERS_AND_MANAGERS
1159 # - MANAGERS_ONLY
1160 # - OWNERS_ONLY
1161 # - NONE
1162 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
1163 # - true: G Suite users external to your organization can become members of this group.
1164 # - false: Users not belonging to the organization are not allowed to become members of this group.
1165 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
1166 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
1167 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
1168 # - true: When a message is rejected, send the deny message notification to the message author.
1169 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
1170 #
1171 # - false: When a message is rejected, no notification is sent.
1172 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1173 # - ALL_MEMBERS
1174 # - OWNERS_AND_MANAGERS
1175 # - OWNERS_ONLY
1176 # - NONE
1177 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
1178 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
1179 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
1180 # - false: Google can not contact managers of this group.
1181 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
1182 # - ALL_MEMBERS
1183 # - OWNERS_AND_MANAGERS
1184 # - OWNERS_ONLY
1185 # - NONE
1186 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001187}
1188
1189
1190Returns:
1191 An object of the form:
1192
1193 { # JSON template for Group resource
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001194 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
1195 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
1196 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
1197 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
1198 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
1199 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
1200 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
1201 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
1202 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
1203 # - NONE_CAN_ADD: No one can directly add new members.
1204 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001205 # - ALL_MEMBERS
1206 # - OWNERS_AND_MANAGERS
1207 # - MANAGERS_ONLY
1208 # - OWNERS_ONLY
1209 # - NONE
1210 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
1211 # - true: Group is included in the Global Address List.
1212 # - false: Group is not included in the Global Address List.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001213 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
1214 # - ALL_MEMBERS
1215 # - OWNERS_AND_MANAGERS
1216 # - MANAGERS_ONLY
1217 # - OWNERS_ONLY
1218 # - NONE
1219 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
1220 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1221 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1222 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1223 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
1224 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001225 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
1226 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
1227 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
1228 #
1229 # - REPLY_TO_SENDER: The reply sent to author of message.
1230 # - REPLY_TO_LIST: This reply message is sent to the group.
1231 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
1232 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
1233 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001234 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
1235 # - ALL_MEMBERS
1236 # - OWNERS_AND_MANAGERS
1237 # - MANAGERS_ONLY
1238 # - OWNERS_ONLY
1239 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001240 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
1241 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
1242 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1243 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1244 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
1245 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
1246 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
1247 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
1248 # - ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001249 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
1250 # - ALL_MEMBERS
1251 # - OWNERS_AND_MANAGERS
1252 # - MANAGERS_ONLY
1253 # - OWNERS_ONLY
1254 # - NONE
1255 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
1256 # - ALL_MEMBERS
1257 # - OWNERS_AND_MANAGERS
1258 # - OWNERS_ONLY
1259 # - NONE
1260 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
1261 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
1262 # - false: Members can not post in behalf of the group&#x27;s email address.
1263 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
1264 # - ALL_MEMBERS
1265 # - OWNERS_AND_MANAGERS
1266 # - OWNERS_ONLY
1267 # - NONE
1268 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1269 # - ALL_IN_DOMAIN_CAN_CONTACT
1270 # - ALL_MANAGERS_CAN_CONTACT
1271 # - ALL_MEMBERS_CAN_CONTACT
1272 # - ANYONE_CAN_CONTACT
1273 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1274 # - ALLOW: Post the message to the group.
1275 # - MODERATE: Send the message to the moderation queue. This is the default.
1276 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1277 # - REJECT: Immediately reject the message.
1278 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
1279 # - true: Allows any member to post to the group forum.
1280 # - false: Members only use Gmail to communicate with the group.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001281 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
1282 # - ALL_MEMBERS
1283 # - OWNERS_AND_MANAGERS
1284 # - OWNERS_ONLY
1285 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001286 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
1287 # - true: Archive messages sent to the group.
1288 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
1289 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001290 # - ALL_MEMBERS
1291 # - OWNERS_AND_MANAGERS
1292 # - MANAGERS_ONLY
1293 # - OWNERS_ONLY
1294 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001295 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1296 # - ANYONE_CAN_DISCOVER
1297 # - ALL_IN_DOMAIN_CAN_DISCOVER
1298 # - ALL_MEMBERS_CAN_DISCOVER
1299 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
1300 # - true
1301 # - false
1302 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
1303 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
1304 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
1305 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1306 # - false: The group is active and can receive messages.
1307 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1308 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
1309 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
1310 # - ALL_MEMBERS
1311 # - OWNERS_AND_MANAGERS
1312 # - OWNERS_ONLY
1313 # - NONE
1314 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
1315 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
1316 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
1317 # - true
1318 # - false
1319 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
1320 # - true: Favorite replies will be displayed above other replies.
1321 # - false: Favorite replies will not be displayed above other replies.
1322 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
1323 # - ALL_MEMBERS
1324 # - OWNERS_AND_MANAGERS
1325 # - OWNERS_ONLY
1326 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001327 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
1328 # - ALL_MEMBERS
1329 # - OWNERS_AND_MANAGERS
1330 # - OWNERS_ONLY
1331 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001332 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
1333 # - true
1334 # - false
1335 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001336 # - ALL_MEMBERS
1337 # - OWNERS_AND_MANAGERS
1338 # - MANAGERS_ONLY
1339 # - OWNERS_ONLY
1340 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001341 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1342 # - ALL_MANAGERS_CAN_LEAVE
1343 # - ALL_MEMBERS_CAN_LEAVE
1344 # - NONE_CAN_LEAVE
1345 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
1346 # - true: All groups in the account are listed in the Groups directory.
1347 # - false: All groups in the account are not listed in the directory.
1348 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
1349 # - ALL_MEMBERS
1350 # - OWNERS_AND_MANAGERS
1351 # - OWNERS_ONLY
1352 # - NONE
1353 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
1354 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
1355 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
1356 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
1357 # - ALL_MEMBERS
1358 # - OWNERS_AND_MANAGERS
1359 # - OWNERS_ONLY
1360 # - NONE
1361 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
1362 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001363 # - ALL_MEMBERS
1364 # - OWNERS_AND_MANAGERS
1365 # - MANAGERS_ONLY
1366 # - OWNERS_ONLY
1367 # - NONE
1368 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
1369 # - ALL_MEMBERS
1370 # - OWNERS_AND_MANAGERS
1371 # - OWNERS_ONLY
1372 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001373 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
1374 # - ALL_MEMBERS
1375 # - OWNERS_AND_MANAGERS
1376 # - MANAGERS_ONLY
1377 # - OWNERS_ONLY
1378 # - NONE
1379 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
1380 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
1381 # If a group already has external members, those members can still send email to this group.
1382 #
1383 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
1384 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
1385 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
1386 # - ALL_MEMBERS
1387 # - OWNERS_AND_MANAGERS
1388 # - MANAGERS_ONLY
1389 # - OWNERS_ONLY
1390 # - NONE
1391 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
1392 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
1393 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
1394 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
1395 # - ALL_MEMBERS
1396 # - OWNERS_AND_MANAGERS
1397 # - OWNERS_ONLY
1398 # - NONE
1399 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1400 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1401 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1402 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1403 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1404 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1405 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1406 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
1407 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1408 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
1409 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
1410 # - ALL_MEMBERS
1411 # - OWNERS_AND_MANAGERS
1412 # - MANAGERS_ONLY
1413 # - OWNERS_ONLY
1414 # - NONE
1415 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # Specifies who can approve members who ask to join groups. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
1416 # - ALL_MEMBERS_CAN_APPROVE
1417 # - ALL_MANAGERS_CAN_APPROVE
1418 # - ALL_OWNERS_CAN_APPROVE
1419 # - NONE_CAN_APPROVE
1420 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
1421 # - ALL_MEMBERS
1422 # - OWNERS_AND_MANAGERS
1423 # - OWNERS_ONLY
1424 # - NONE
1425 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
1426 # - ALL_MEMBERS
1427 # - OWNERS_AND_MANAGERS
1428 # - MANAGERS_ONLY
1429 # - OWNERS_ONLY
1430 # - NONE
1431 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
1432 # - true: G Suite users external to your organization can become members of this group.
1433 # - false: Users not belonging to the organization are not allowed to become members of this group.
1434 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
1435 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
1436 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
1437 # - true: When a message is rejected, send the deny message notification to the message author.
1438 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
1439 #
1440 # - false: When a message is rejected, no notification is sent.
1441 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1442 # - ALL_MEMBERS
1443 # - OWNERS_AND_MANAGERS
1444 # - OWNERS_ONLY
1445 # - NONE
1446 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
1447 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
1448 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
1449 # - false: Google can not contact managers of this group.
1450 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
1451 # - ALL_MEMBERS
1452 # - OWNERS_AND_MANAGERS
1453 # - OWNERS_ONLY
1454 # - NONE
1455 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001456 }</pre>
John Asmuth614db982014-04-24 15:46:26 -04001457</div>
1458
1459</body></html>