blob: 7dd16d14eff327cbc3c37a9ac3dd4de60be4093b [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 Botcc94ec82021-01-15 07:10:04 -0800106 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
107 # - true: G Suite users external to your organization can become members of this group.
108 # - false: Users not belonging to the organization are not allowed to become members of this group.
109 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
110 # - 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.
111 # - false: Google can not contact managers of this group.
112 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
113 # - true: Allows any member to post to the group forum.
114 # - false: Members only use Gmail to communicate with the group.
115 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
116 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
117 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
118 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
119 # - false: The group is active and can receive messages.
120 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
121 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
122 &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.
123 # - 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.
124 # - 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.
125 &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:
126 # - true
127 # - false
128 &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.
129 &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.
130 &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.
131 # 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.
132 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
133 # - true
134 # - false
135 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
136 # - true: Favorite replies will be displayed above other replies.
137 # - false: Favorite replies will not be displayed above other replies.
138 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
139 # - true
140 # - false
141 &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:
142 # - true: Group is included in the Global Address List.
143 # - false: Group is not included in the Global Address List.
144 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
145 # - true: Archive messages sent to the group.
146 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
147 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
148 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
149 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
150 # - 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.
151 # - false: Members can not post in behalf of the group&#x27;s email address.
152 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
153 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
154 # - 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.
155 # - 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.
156 # - 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.
157 # - 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.
158 # 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.
159 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
160 &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.
161 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
162 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
163 # 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.
164 #
165 # - REPLY_TO_SENDER: The reply sent to author of message.
166 # - REPLY_TO_LIST: This reply message is sent to the group.
167 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
168 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
169 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
170 &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:
171 # - true: When a message is rejected, send the deny message notification to the message author.
172 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
173 #
174 # - false: When a message is rejected, no notification is sent.
175 &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:
176 # - true: All groups in the account are listed in the Groups directory.
177 # - false: All groups in the account are not listed in the directory.
178 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
179 # - ALLOW: Post the message to the group.
180 # - MODERATE: Send the message to the moderation queue. This is the default.
181 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
182 # - REJECT: Immediately reject the message.
183 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
184 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
185 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
186 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
187 # - NONE_CAN_ADD: No one can directly add new members.
188 &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;.
189 &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:
190 # - ALL_MEMBERS_CAN_APPROVE
191 # - ALL_MANAGERS_CAN_APPROVE
192 # - ALL_OWNERS_CAN_APPROVE
193 # - NONE_CAN_APPROVE
194 &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:
195 # - ALL_MEMBERS
196 # - OWNERS_AND_MANAGERS
197 # - OWNERS_ONLY
198 # - NONE
199 &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:
200 # - ALL_MEMBERS
201 # - OWNERS_AND_MANAGERS
202 # - MANAGERS_ONLY
203 # - OWNERS_ONLY
204 # - NONE
205 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
206 # - ALL_MEMBERS
207 # - OWNERS_AND_MANAGERS
208 # - MANAGERS_ONLY
209 # - OWNERS_ONLY
210 # - NONE
211 &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:
212 # - ALL_MEMBERS
213 # - OWNERS_AND_MANAGERS
214 # - OWNERS_ONLY
215 # - NONE
216 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
217 # - ALL_IN_DOMAIN_CAN_CONTACT
218 # - ALL_MANAGERS_CAN_CONTACT
219 # - ALL_MEMBERS_CAN_CONTACT
220 # - ANYONE_CAN_CONTACT
yoshi-code-bot69706592021-03-03 03:54:02 -0800221 # - ALL_OWNERS_CAN_CONTACT
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800222 &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:
223 # - ALL_MEMBERS
224 # - OWNERS_AND_MANAGERS
225 # - OWNERS_ONLY
226 # - NONE
227 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
228 # - ALL_MEMBERS
229 # - OWNERS_AND_MANAGERS
230 # - OWNERS_ONLY
231 # - NONE
232 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
233 # - ANYONE_CAN_DISCOVER
234 # - ALL_IN_DOMAIN_CAN_DISCOVER
235 # - ALL_MEMBERS_CAN_DISCOVER
236 &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:
237 # - ALL_MEMBERS
238 # - OWNERS_AND_MANAGERS
239 # - MANAGERS_ONLY
240 # - OWNERS_ONLY
241 # - NONE
242 &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:
243 # - ALL_MEMBERS
244 # - OWNERS_AND_MANAGERS
245 # - OWNERS_ONLY
246 # - NONE
247 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
248 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
249 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
250 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
251 # - NONE_CAN_INVITE: No one can invite a new member candidate.
252 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
253 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
254 # - 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.
255 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
256 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
257 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
258 # - ALL_MANAGERS_CAN_LEAVE
259 # - ALL_MEMBERS_CAN_LEAVE
260 # - NONE_CAN_LEAVE
261 &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:
262 # - ALL_MEMBERS
263 # - OWNERS_AND_MANAGERS
264 # - OWNERS_ONLY
265 # - NONE
266 &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:
267 # - ALL_MEMBERS
268 # - OWNERS_AND_MANAGERS
269 # - OWNERS_ONLY
270 # - NONE
271 &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:
272 # - ALL_MEMBERS
273 # - OWNERS_AND_MANAGERS
274 # - MANAGERS_ONLY
275 # - OWNERS_ONLY
276 # - NONE
277 &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:
278 # - ALL_MEMBERS
279 # - OWNERS_AND_MANAGERS
280 # - MANAGERS_ONLY
281 # - OWNERS_ONLY
282 # - NONE
283 &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:
284 # - ALL_MEMBERS
285 # - OWNERS_AND_MANAGERS
286 # - MANAGERS_ONLY
287 # - OWNERS_ONLY
288 # - NONE
289 &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:
290 # - ALL_MEMBERS
291 # - OWNERS_AND_MANAGERS
292 # - MANAGERS_ONLY
293 # - OWNERS_ONLY
294 # - NONE
295 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
296 # - ALL_MEMBERS
297 # - OWNERS_AND_MANAGERS
298 # - OWNERS_ONLY
299 # - NONE
300 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
301 # - ALL_MEMBERS
302 # - OWNERS_AND_MANAGERS
303 # - OWNERS_ONLY
304 # - NONE
305 &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:
306 # - ALL_MEMBERS
307 # - OWNERS_AND_MANAGERS
308 # - OWNERS_ONLY
309 # - NONE
310 &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:
311 # - ALL_MEMBERS
312 # - OWNERS_AND_MANAGERS
313 # - MANAGERS_ONLY
314 # - OWNERS_ONLY
315 # - NONE
316 &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:
317 # - ALL_MEMBERS
318 # - OWNERS_AND_MANAGERS
319 # - OWNERS_ONLY
320 # - NONE
321 &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:
322 # - ALL_MEMBERS
323 # - OWNERS_AND_MANAGERS
324 # - OWNERS_ONLY
325 # - NONE
326 &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:
327 # - ALL_MEMBERS
328 # - OWNERS_AND_MANAGERS
329 # - OWNERS_ONLY
330 # - NONE
331 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
332 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
333 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
334 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
335 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
336 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
337 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
338 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
339 # - 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.
340 &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:
341 # - ALL_MEMBERS
342 # - OWNERS_AND_MANAGERS
343 # - MANAGERS_ONLY
344 # - OWNERS_ONLY
345 # - NONE
346 &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:
347 # - ALL_MEMBERS
348 # - OWNERS_AND_MANAGERS
349 # - MANAGERS_ONLY
350 # - OWNERS_ONLY
351 # - NONE
352 &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:
353 # - ALL_MEMBERS
354 # - OWNERS_AND_MANAGERS
355 # - MANAGERS_ONLY
356 # - OWNERS_ONLY
357 # - NONE
358 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
359 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
360 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
361 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
362 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
363 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
364 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
365 # If a group already has external members, those members can still send email to this group.
366 #
367 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
368 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
369}</pre>
John Asmuth614db982014-04-24 15:46:26 -0400370</div>
371
372<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700373 <code class="details" id="patch">patch(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400374 <pre>Updates an existing resource. This method supports patch semantics.
375
376Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700377 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700378 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400379 The object takes the form of:
380
381{ # JSON template for Group resource
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800382 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
383 # - true: G Suite users external to your organization can become members of this group.
384 # - false: Users not belonging to the organization are not allowed to become members of this group.
385 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
386 # - 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.
387 # - false: Google can not contact managers of this group.
388 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
389 # - true: Allows any member to post to the group forum.
390 # - false: Members only use Gmail to communicate with the group.
391 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
392 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
393 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
394 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
395 # - false: The group is active and can receive messages.
396 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
397 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
398 &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.
399 # - 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.
400 # - 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.
401 &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:
402 # - true
403 # - false
404 &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.
405 &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.
406 &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.
407 # 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.
408 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
409 # - true
410 # - false
411 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
412 # - true: Favorite replies will be displayed above other replies.
413 # - false: Favorite replies will not be displayed above other replies.
414 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
415 # - true
416 # - false
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800417 &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:
418 # - true: Group is included in the Global Address List.
419 # - false: Group is not included in the Global Address List.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800420 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
421 # - true: Archive messages sent to the group.
422 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
423 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
424 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
425 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
426 # - 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.
427 # - false: Members can not post in behalf of the group&#x27;s email address.
428 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800429 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
430 # - 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.
431 # - 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.
432 # - 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.
433 # - 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.
434 # 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 Botcc94ec82021-01-15 07:10:04 -0800435 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
436 &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 -0800437 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
438 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
439 # 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.
440 #
441 # - REPLY_TO_SENDER: The reply sent to author of message.
442 # - REPLY_TO_LIST: This reply message is sent to the group.
443 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
444 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
445 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800446 &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:
447 # - true: When a message is rejected, send the deny message notification to the message author.
448 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
449 #
450 # - false: When a message is rejected, no notification is sent.
451 &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:
452 # - true: All groups in the account are listed in the Groups directory.
453 # - false: All groups in the account are not listed in the directory.
454 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
455 # - ALLOW: Post the message to the group.
456 # - MODERATE: Send the message to the moderation queue. This is the default.
457 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
458 # - REJECT: Immediately reject the message.
459 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
460 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
461 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
462 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
463 # - NONE_CAN_ADD: No one can directly add new members.
464 &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;.
465 &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:
466 # - ALL_MEMBERS_CAN_APPROVE
467 # - ALL_MANAGERS_CAN_APPROVE
468 # - ALL_OWNERS_CAN_APPROVE
469 # - NONE_CAN_APPROVE
470 &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:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800471 # - ALL_MEMBERS
472 # - OWNERS_AND_MANAGERS
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800473 # - OWNERS_ONLY
474 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800475 &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:
476 # - ALL_MEMBERS
477 # - OWNERS_AND_MANAGERS
478 # - MANAGERS_ONLY
479 # - OWNERS_ONLY
480 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800481 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800482 # - ALL_MEMBERS
483 # - OWNERS_AND_MANAGERS
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800484 # - MANAGERS_ONLY
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800485 # - OWNERS_ONLY
486 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800487 &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:
488 # - ALL_MEMBERS
489 # - OWNERS_AND_MANAGERS
490 # - OWNERS_ONLY
491 # - NONE
492 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
493 # - ALL_IN_DOMAIN_CAN_CONTACT
494 # - ALL_MANAGERS_CAN_CONTACT
495 # - ALL_MEMBERS_CAN_CONTACT
496 # - ANYONE_CAN_CONTACT
yoshi-code-bot69706592021-03-03 03:54:02 -0800497 # - ALL_OWNERS_CAN_CONTACT
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800498 &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:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800499 # - ALL_MEMBERS
500 # - OWNERS_AND_MANAGERS
501 # - OWNERS_ONLY
502 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800503 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800504 # - ALL_MEMBERS
505 # - OWNERS_AND_MANAGERS
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800506 # - OWNERS_ONLY
507 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800508 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
509 # - ANYONE_CAN_DISCOVER
510 # - ALL_IN_DOMAIN_CAN_DISCOVER
511 # - ALL_MEMBERS_CAN_DISCOVER
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800512 &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 -0800513 # - ALL_MEMBERS
514 # - OWNERS_AND_MANAGERS
515 # - MANAGERS_ONLY
516 # - OWNERS_ONLY
517 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800518 &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:
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800519 # - ALL_MEMBERS
520 # - OWNERS_AND_MANAGERS
521 # - OWNERS_ONLY
522 # - NONE
523 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
524 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
525 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
526 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
527 # - NONE_CAN_INVITE: No one can invite a new member candidate.
528 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
529 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
530 # - 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.
531 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
532 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800533 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
534 # - ALL_MANAGERS_CAN_LEAVE
535 # - ALL_MEMBERS_CAN_LEAVE
536 # - NONE_CAN_LEAVE
537 &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:
538 # - ALL_MEMBERS
539 # - OWNERS_AND_MANAGERS
540 # - OWNERS_ONLY
541 # - NONE
542 &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:
543 # - ALL_MEMBERS
544 # - OWNERS_AND_MANAGERS
545 # - OWNERS_ONLY
546 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800547 &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:
548 # - ALL_MEMBERS
549 # - OWNERS_AND_MANAGERS
550 # - MANAGERS_ONLY
551 # - OWNERS_ONLY
552 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800553 &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:
554 # - ALL_MEMBERS
555 # - OWNERS_AND_MANAGERS
556 # - MANAGERS_ONLY
557 # - OWNERS_ONLY
558 # - NONE
559 &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:
560 # - ALL_MEMBERS
561 # - OWNERS_AND_MANAGERS
562 # - MANAGERS_ONLY
563 # - OWNERS_ONLY
564 # - NONE
565 &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:
566 # - ALL_MEMBERS
567 # - OWNERS_AND_MANAGERS
568 # - MANAGERS_ONLY
569 # - OWNERS_ONLY
570 # - NONE
571 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
572 # - ALL_MEMBERS
573 # - OWNERS_AND_MANAGERS
574 # - OWNERS_ONLY
575 # - NONE
576 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
577 # - ALL_MEMBERS
578 # - OWNERS_AND_MANAGERS
579 # - OWNERS_ONLY
580 # - NONE
581 &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:
582 # - ALL_MEMBERS
583 # - OWNERS_AND_MANAGERS
584 # - OWNERS_ONLY
585 # - NONE
586 &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:
587 # - ALL_MEMBERS
588 # - OWNERS_AND_MANAGERS
589 # - MANAGERS_ONLY
590 # - OWNERS_ONLY
591 # - NONE
592 &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:
593 # - ALL_MEMBERS
594 # - OWNERS_AND_MANAGERS
595 # - OWNERS_ONLY
596 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800597 &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:
598 # - ALL_MEMBERS
599 # - OWNERS_AND_MANAGERS
600 # - OWNERS_ONLY
601 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800602 &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:
603 # - ALL_MEMBERS
604 # - OWNERS_AND_MANAGERS
605 # - OWNERS_ONLY
606 # - NONE
607 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
608 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
609 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
610 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
611 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
612 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
613 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
614 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
615 # - 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 -0800616 &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:
617 # - ALL_MEMBERS
618 # - OWNERS_AND_MANAGERS
619 # - MANAGERS_ONLY
620 # - OWNERS_ONLY
621 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800622 &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:
623 # - ALL_MEMBERS
624 # - OWNERS_AND_MANAGERS
625 # - MANAGERS_ONLY
626 # - OWNERS_ONLY
627 # - NONE
628 &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:
629 # - ALL_MEMBERS
630 # - OWNERS_AND_MANAGERS
631 # - MANAGERS_ONLY
632 # - OWNERS_ONLY
633 # - NONE
634 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
635 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
636 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
637 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
638 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
639 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
640 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
641 # If a group already has external members, those members can still send email to this group.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800642 #
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800643 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
644 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800645}
646
647
648Returns:
649 An object of the form:
650
651 { # JSON template for Group resource
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800652 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
653 # - true: G Suite users external to your organization can become members of this group.
654 # - false: Users not belonging to the organization are not allowed to become members of this group.
655 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
656 # - 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.
657 # - false: Google can not contact managers of this group.
658 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
659 # - true: Allows any member to post to the group forum.
660 # - false: Members only use Gmail to communicate with the group.
661 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
662 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
663 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
664 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
665 # - false: The group is active and can receive messages.
666 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
667 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
668 &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.
669 # - 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.
670 # - 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.
671 &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:
672 # - true
673 # - false
674 &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.
675 &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.
676 &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.
677 # 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.
678 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
679 # - true
680 # - false
681 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
682 # - true: Favorite replies will be displayed above other replies.
683 # - false: Favorite replies will not be displayed above other replies.
684 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
685 # - true
686 # - false
687 &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:
688 # - true: Group is included in the Global Address List.
689 # - false: Group is not included in the Global Address List.
690 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
691 # - true: Archive messages sent to the group.
692 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
693 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
694 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
695 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
696 # - 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.
697 # - false: Members can not post in behalf of the group&#x27;s email address.
698 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
699 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
700 # - 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.
701 # - 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.
702 # - 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.
703 # - 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.
704 # 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.
705 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
706 &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.
707 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
708 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
709 # 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.
710 #
711 # - REPLY_TO_SENDER: The reply sent to author of message.
712 # - REPLY_TO_LIST: This reply message is sent to the group.
713 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
714 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
715 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
716 &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:
717 # - true: When a message is rejected, send the deny message notification to the message author.
718 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
719 #
720 # - false: When a message is rejected, no notification is sent.
721 &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:
722 # - true: All groups in the account are listed in the Groups directory.
723 # - false: All groups in the account are not listed in the directory.
724 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
725 # - ALLOW: Post the message to the group.
726 # - MODERATE: Send the message to the moderation queue. This is the default.
727 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
728 # - REJECT: Immediately reject the message.
729 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
730 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
731 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
732 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
733 # - NONE_CAN_ADD: No one can directly add new members.
734 &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;.
735 &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:
736 # - ALL_MEMBERS_CAN_APPROVE
737 # - ALL_MANAGERS_CAN_APPROVE
738 # - ALL_OWNERS_CAN_APPROVE
739 # - NONE_CAN_APPROVE
740 &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:
741 # - ALL_MEMBERS
742 # - OWNERS_AND_MANAGERS
743 # - OWNERS_ONLY
744 # - NONE
745 &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:
746 # - ALL_MEMBERS
747 # - OWNERS_AND_MANAGERS
748 # - MANAGERS_ONLY
749 # - OWNERS_ONLY
750 # - NONE
751 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
752 # - ALL_MEMBERS
753 # - OWNERS_AND_MANAGERS
754 # - MANAGERS_ONLY
755 # - OWNERS_ONLY
756 # - NONE
757 &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:
758 # - ALL_MEMBERS
759 # - OWNERS_AND_MANAGERS
760 # - OWNERS_ONLY
761 # - NONE
762 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
763 # - ALL_IN_DOMAIN_CAN_CONTACT
764 # - ALL_MANAGERS_CAN_CONTACT
765 # - ALL_MEMBERS_CAN_CONTACT
766 # - ANYONE_CAN_CONTACT
yoshi-code-bot69706592021-03-03 03:54:02 -0800767 # - ALL_OWNERS_CAN_CONTACT
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800768 &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:
769 # - ALL_MEMBERS
770 # - OWNERS_AND_MANAGERS
771 # - OWNERS_ONLY
772 # - NONE
773 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
774 # - ALL_MEMBERS
775 # - OWNERS_AND_MANAGERS
776 # - OWNERS_ONLY
777 # - NONE
778 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
779 # - ANYONE_CAN_DISCOVER
780 # - ALL_IN_DOMAIN_CAN_DISCOVER
781 # - ALL_MEMBERS_CAN_DISCOVER
782 &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:
783 # - ALL_MEMBERS
784 # - OWNERS_AND_MANAGERS
785 # - MANAGERS_ONLY
786 # - OWNERS_ONLY
787 # - NONE
788 &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:
789 # - ALL_MEMBERS
790 # - OWNERS_AND_MANAGERS
791 # - OWNERS_ONLY
792 # - NONE
793 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
794 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
795 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
796 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
797 # - NONE_CAN_INVITE: No one can invite a new member candidate.
798 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
799 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
800 # - 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.
801 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
802 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
803 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
804 # - ALL_MANAGERS_CAN_LEAVE
805 # - ALL_MEMBERS_CAN_LEAVE
806 # - NONE_CAN_LEAVE
807 &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:
808 # - ALL_MEMBERS
809 # - OWNERS_AND_MANAGERS
810 # - OWNERS_ONLY
811 # - NONE
812 &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:
813 # - ALL_MEMBERS
814 # - OWNERS_AND_MANAGERS
815 # - OWNERS_ONLY
816 # - NONE
817 &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:
818 # - ALL_MEMBERS
819 # - OWNERS_AND_MANAGERS
820 # - MANAGERS_ONLY
821 # - OWNERS_ONLY
822 # - NONE
823 &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:
824 # - ALL_MEMBERS
825 # - OWNERS_AND_MANAGERS
826 # - MANAGERS_ONLY
827 # - OWNERS_ONLY
828 # - NONE
829 &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;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:
836 # - ALL_MEMBERS
837 # - OWNERS_AND_MANAGERS
838 # - MANAGERS_ONLY
839 # - OWNERS_ONLY
840 # - NONE
841 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
842 # - ALL_MEMBERS
843 # - OWNERS_AND_MANAGERS
844 # - OWNERS_ONLY
845 # - NONE
846 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
847 # - ALL_MEMBERS
848 # - OWNERS_AND_MANAGERS
849 # - OWNERS_ONLY
850 # - NONE
851 &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:
852 # - ALL_MEMBERS
853 # - OWNERS_AND_MANAGERS
854 # - OWNERS_ONLY
855 # - NONE
856 &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:
857 # - ALL_MEMBERS
858 # - OWNERS_AND_MANAGERS
859 # - MANAGERS_ONLY
860 # - OWNERS_ONLY
861 # - NONE
862 &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:
863 # - ALL_MEMBERS
864 # - OWNERS_AND_MANAGERS
865 # - OWNERS_ONLY
866 # - NONE
867 &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:
868 # - ALL_MEMBERS
869 # - OWNERS_AND_MANAGERS
870 # - OWNERS_ONLY
871 # - NONE
872 &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:
873 # - ALL_MEMBERS
874 # - OWNERS_AND_MANAGERS
875 # - OWNERS_ONLY
876 # - NONE
877 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
878 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
879 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
880 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
881 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
882 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
883 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
884 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
885 # - 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.
886 &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:
887 # - ALL_MEMBERS
888 # - OWNERS_AND_MANAGERS
889 # - MANAGERS_ONLY
890 # - OWNERS_ONLY
891 # - NONE
892 &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:
893 # - ALL_MEMBERS
894 # - OWNERS_AND_MANAGERS
895 # - MANAGERS_ONLY
896 # - OWNERS_ONLY
897 # - NONE
898 &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:
899 # - ALL_MEMBERS
900 # - OWNERS_AND_MANAGERS
901 # - MANAGERS_ONLY
902 # - OWNERS_ONLY
903 # - NONE
904 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
905 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
906 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
907 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
908 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
909 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
910 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
911 # If a group already has external members, those members can still send email to this group.
912 #
913 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
914 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
915}</pre>
John Asmuth614db982014-04-24 15:46:26 -0400916</div>
917
918<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700919 <code class="details" id="update">update(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400920 <pre>Updates an existing resource.
921
922Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700923 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700924 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400925 The object takes the form of:
926
927{ # JSON template for Group resource
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800928 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
929 # - true: G Suite users external to your organization can become members of this group.
930 # - false: Users not belonging to the organization are not allowed to become members of this group.
931 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
932 # - 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.
933 # - false: Google can not contact managers of this group.
934 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
935 # - true: Allows any member to post to the group forum.
936 # - false: Members only use Gmail to communicate with the group.
937 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
938 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
939 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
940 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
941 # - false: The group is active and can receive messages.
942 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
943 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
944 &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.
945 # - 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.
946 # - 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.
947 &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:
948 # - true
949 # - false
950 &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.
951 &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.
952 &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.
953 # 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.
954 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
955 # - true
956 # - false
957 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
958 # - true: Favorite replies will be displayed above other replies.
959 # - false: Favorite replies will not be displayed above other replies.
960 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
961 # - true
962 # - false
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800963 &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:
964 # - true: Group is included in the Global Address List.
965 # - false: Group is not included in the Global Address List.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800966 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
967 # - true: Archive messages sent to the group.
968 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
969 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
970 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
971 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
972 # - 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.
973 # - false: Members can not post in behalf of the group&#x27;s email address.
974 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800975 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
976 # - 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.
977 # - 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.
978 # - 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.
979 # - 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.
980 # 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 Botcc94ec82021-01-15 07:10:04 -0800981 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
982 &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 -0800983 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
984 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
985 # 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.
986 #
987 # - REPLY_TO_SENDER: The reply sent to author of message.
988 # - REPLY_TO_LIST: This reply message is sent to the group.
989 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
990 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
991 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800992 &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:
993 # - true: When a message is rejected, send the deny message notification to the message author.
994 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
995 #
996 # - false: When a message is rejected, no notification is sent.
997 &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:
998 # - true: All groups in the account are listed in the Groups directory.
999 # - false: All groups in the account are not listed in the directory.
1000 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1001 # - ALLOW: Post the message to the group.
1002 # - MODERATE: Send the message to the moderation queue. This is the default.
1003 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1004 # - REJECT: Immediately reject the message.
1005 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
1006 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
1007 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
1008 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
1009 # - NONE_CAN_ADD: No one can directly add new members.
1010 &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;.
1011 &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:
1012 # - ALL_MEMBERS_CAN_APPROVE
1013 # - ALL_MANAGERS_CAN_APPROVE
1014 # - ALL_OWNERS_CAN_APPROVE
1015 # - NONE_CAN_APPROVE
1016 &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:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001017 # - ALL_MEMBERS
1018 # - OWNERS_AND_MANAGERS
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001019 # - OWNERS_ONLY
1020 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001021 &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:
1022 # - ALL_MEMBERS
1023 # - OWNERS_AND_MANAGERS
1024 # - MANAGERS_ONLY
1025 # - OWNERS_ONLY
1026 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001027 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001028 # - ALL_MEMBERS
1029 # - OWNERS_AND_MANAGERS
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001030 # - MANAGERS_ONLY
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001031 # - OWNERS_ONLY
1032 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001033 &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:
1034 # - ALL_MEMBERS
1035 # - OWNERS_AND_MANAGERS
1036 # - OWNERS_ONLY
1037 # - NONE
1038 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1039 # - ALL_IN_DOMAIN_CAN_CONTACT
1040 # - ALL_MANAGERS_CAN_CONTACT
1041 # - ALL_MEMBERS_CAN_CONTACT
1042 # - ANYONE_CAN_CONTACT
yoshi-code-bot69706592021-03-03 03:54:02 -08001043 # - ALL_OWNERS_CAN_CONTACT
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001044 &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:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001045 # - ALL_MEMBERS
1046 # - OWNERS_AND_MANAGERS
1047 # - OWNERS_ONLY
1048 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001049 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001050 # - ALL_MEMBERS
1051 # - OWNERS_AND_MANAGERS
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001052 # - OWNERS_ONLY
1053 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001054 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1055 # - ANYONE_CAN_DISCOVER
1056 # - ALL_IN_DOMAIN_CAN_DISCOVER
1057 # - ALL_MEMBERS_CAN_DISCOVER
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001058 &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 -08001059 # - ALL_MEMBERS
1060 # - OWNERS_AND_MANAGERS
1061 # - MANAGERS_ONLY
1062 # - OWNERS_ONLY
1063 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001064 &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:
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001065 # - ALL_MEMBERS
1066 # - OWNERS_AND_MANAGERS
1067 # - OWNERS_ONLY
1068 # - NONE
1069 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1070 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1071 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1072 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1073 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1074 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1075 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1076 # - 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.
1077 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1078 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001079 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1080 # - ALL_MANAGERS_CAN_LEAVE
1081 # - ALL_MEMBERS_CAN_LEAVE
1082 # - NONE_CAN_LEAVE
1083 &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:
1084 # - ALL_MEMBERS
1085 # - OWNERS_AND_MANAGERS
1086 # - OWNERS_ONLY
1087 # - NONE
1088 &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:
1089 # - ALL_MEMBERS
1090 # - OWNERS_AND_MANAGERS
1091 # - OWNERS_ONLY
1092 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001093 &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:
1094 # - ALL_MEMBERS
1095 # - OWNERS_AND_MANAGERS
1096 # - MANAGERS_ONLY
1097 # - OWNERS_ONLY
1098 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001099 &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:
1100 # - ALL_MEMBERS
1101 # - OWNERS_AND_MANAGERS
1102 # - MANAGERS_ONLY
1103 # - OWNERS_ONLY
1104 # - NONE
1105 &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:
1106 # - ALL_MEMBERS
1107 # - OWNERS_AND_MANAGERS
1108 # - MANAGERS_ONLY
1109 # - OWNERS_ONLY
1110 # - NONE
1111 &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:
1112 # - ALL_MEMBERS
1113 # - OWNERS_AND_MANAGERS
1114 # - MANAGERS_ONLY
1115 # - OWNERS_ONLY
1116 # - NONE
1117 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
1118 # - ALL_MEMBERS
1119 # - OWNERS_AND_MANAGERS
1120 # - OWNERS_ONLY
1121 # - NONE
1122 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1123 # - ALL_MEMBERS
1124 # - OWNERS_AND_MANAGERS
1125 # - OWNERS_ONLY
1126 # - NONE
1127 &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:
1128 # - ALL_MEMBERS
1129 # - OWNERS_AND_MANAGERS
1130 # - OWNERS_ONLY
1131 # - NONE
1132 &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:
1133 # - ALL_MEMBERS
1134 # - OWNERS_AND_MANAGERS
1135 # - MANAGERS_ONLY
1136 # - OWNERS_ONLY
1137 # - NONE
1138 &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:
1139 # - ALL_MEMBERS
1140 # - OWNERS_AND_MANAGERS
1141 # - OWNERS_ONLY
1142 # - NONE
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001143 &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:
1144 # - ALL_MEMBERS
1145 # - OWNERS_AND_MANAGERS
1146 # - OWNERS_ONLY
1147 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001148 &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:
1149 # - ALL_MEMBERS
1150 # - OWNERS_AND_MANAGERS
1151 # - OWNERS_ONLY
1152 # - NONE
1153 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
1154 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
1155 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1156 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1157 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
1158 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
1159 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
1160 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
1161 # - 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 -08001162 &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:
1163 # - ALL_MEMBERS
1164 # - OWNERS_AND_MANAGERS
1165 # - MANAGERS_ONLY
1166 # - OWNERS_ONLY
1167 # - NONE
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001168 &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:
1169 # - ALL_MEMBERS
1170 # - OWNERS_AND_MANAGERS
1171 # - MANAGERS_ONLY
1172 # - OWNERS_ONLY
1173 # - NONE
1174 &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:
1175 # - ALL_MEMBERS
1176 # - OWNERS_AND_MANAGERS
1177 # - MANAGERS_ONLY
1178 # - OWNERS_ONLY
1179 # - NONE
1180 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
1181 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
1182 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
1183 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
1184 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
1185 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
1186 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
1187 # If a group already has external members, those members can still send email to this group.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001188 #
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001189 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
1190 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001191}
1192
1193
1194Returns:
1195 An object of the form:
1196
1197 { # JSON template for Group resource
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001198 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
1199 # - true: G Suite users external to your organization can become members of this group.
1200 # - false: Users not belonging to the organization are not allowed to become members of this group.
1201 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
1202 # - 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.
1203 # - false: Google can not contact managers of this group.
1204 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
1205 # - true: Allows any member to post to the group forum.
1206 # - false: Members only use Gmail to communicate with the group.
1207 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
1208 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
1209 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
1210 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1211 # - false: The group is active and can receive messages.
1212 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1213 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
1214 &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.
1215 # - 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.
1216 # - 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.
1217 &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:
1218 # - true
1219 # - false
1220 &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.
1221 &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.
1222 &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.
1223 # 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.
1224 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
1225 # - true
1226 # - false
1227 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
1228 # - true: Favorite replies will be displayed above other replies.
1229 # - false: Favorite replies will not be displayed above other replies.
1230 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
1231 # - true
1232 # - false
1233 &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:
1234 # - true: Group is included in the Global Address List.
1235 # - false: Group is not included in the Global Address List.
1236 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
1237 # - true: Archive messages sent to the group.
1238 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
1239 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
1240 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
1241 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
1242 # - 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.
1243 # - false: Members can not post in behalf of the group&#x27;s email address.
1244 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
1245 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
1246 # - 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.
1247 # - 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.
1248 # - 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.
1249 # - 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.
1250 # 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.
1251 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
1252 &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.
1253 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
1254 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
1255 # 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.
1256 #
1257 # - REPLY_TO_SENDER: The reply sent to author of message.
1258 # - REPLY_TO_LIST: This reply message is sent to the group.
1259 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
1260 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
1261 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
1262 &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:
1263 # - true: When a message is rejected, send the deny message notification to the message author.
1264 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
1265 #
1266 # - false: When a message is rejected, no notification is sent.
1267 &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:
1268 # - true: All groups in the account are listed in the Groups directory.
1269 # - false: All groups in the account are not listed in the directory.
1270 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1271 # - ALLOW: Post the message to the group.
1272 # - MODERATE: Send the message to the moderation queue. This is the default.
1273 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1274 # - REJECT: Immediately reject the message.
1275 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
1276 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
1277 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
1278 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
1279 # - NONE_CAN_ADD: No one can directly add new members.
1280 &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;.
1281 &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:
1282 # - ALL_MEMBERS_CAN_APPROVE
1283 # - ALL_MANAGERS_CAN_APPROVE
1284 # - ALL_OWNERS_CAN_APPROVE
1285 # - NONE_CAN_APPROVE
1286 &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:
1287 # - ALL_MEMBERS
1288 # - OWNERS_AND_MANAGERS
1289 # - OWNERS_ONLY
1290 # - NONE
1291 &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:
1292 # - ALL_MEMBERS
1293 # - OWNERS_AND_MANAGERS
1294 # - MANAGERS_ONLY
1295 # - OWNERS_ONLY
1296 # - NONE
1297 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
1298 # - ALL_MEMBERS
1299 # - OWNERS_AND_MANAGERS
1300 # - MANAGERS_ONLY
1301 # - OWNERS_ONLY
1302 # - NONE
1303 &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:
1304 # - ALL_MEMBERS
1305 # - OWNERS_AND_MANAGERS
1306 # - OWNERS_ONLY
1307 # - NONE
1308 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1309 # - ALL_IN_DOMAIN_CAN_CONTACT
1310 # - ALL_MANAGERS_CAN_CONTACT
1311 # - ALL_MEMBERS_CAN_CONTACT
1312 # - ANYONE_CAN_CONTACT
yoshi-code-bot69706592021-03-03 03:54:02 -08001313 # - ALL_OWNERS_CAN_CONTACT
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001314 &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:
1315 # - ALL_MEMBERS
1316 # - OWNERS_AND_MANAGERS
1317 # - OWNERS_ONLY
1318 # - NONE
1319 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
1320 # - ALL_MEMBERS
1321 # - OWNERS_AND_MANAGERS
1322 # - OWNERS_ONLY
1323 # - NONE
1324 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1325 # - ANYONE_CAN_DISCOVER
1326 # - ALL_IN_DOMAIN_CAN_DISCOVER
1327 # - ALL_MEMBERS_CAN_DISCOVER
1328 &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:
1329 # - ALL_MEMBERS
1330 # - OWNERS_AND_MANAGERS
1331 # - MANAGERS_ONLY
1332 # - OWNERS_ONLY
1333 # - NONE
1334 &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:
1335 # - ALL_MEMBERS
1336 # - OWNERS_AND_MANAGERS
1337 # - OWNERS_ONLY
1338 # - NONE
1339 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1340 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1341 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1342 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1343 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1344 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1345 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1346 # - 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.
1347 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1348 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
1349 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1350 # - ALL_MANAGERS_CAN_LEAVE
1351 # - ALL_MEMBERS_CAN_LEAVE
1352 # - NONE_CAN_LEAVE
1353 &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:
1354 # - ALL_MEMBERS
1355 # - OWNERS_AND_MANAGERS
1356 # - OWNERS_ONLY
1357 # - NONE
1358 &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:
1359 # - ALL_MEMBERS
1360 # - OWNERS_AND_MANAGERS
1361 # - OWNERS_ONLY
1362 # - NONE
1363 &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:
1364 # - ALL_MEMBERS
1365 # - OWNERS_AND_MANAGERS
1366 # - MANAGERS_ONLY
1367 # - OWNERS_ONLY
1368 # - NONE
1369 &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:
1370 # - ALL_MEMBERS
1371 # - OWNERS_AND_MANAGERS
1372 # - MANAGERS_ONLY
1373 # - OWNERS_ONLY
1374 # - NONE
1375 &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:
1376 # - ALL_MEMBERS
1377 # - OWNERS_AND_MANAGERS
1378 # - MANAGERS_ONLY
1379 # - OWNERS_ONLY
1380 # - NONE
1381 &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:
1382 # - ALL_MEMBERS
1383 # - OWNERS_AND_MANAGERS
1384 # - MANAGERS_ONLY
1385 # - OWNERS_ONLY
1386 # - NONE
1387 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
1388 # - ALL_MEMBERS
1389 # - OWNERS_AND_MANAGERS
1390 # - OWNERS_ONLY
1391 # - NONE
1392 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1393 # - ALL_MEMBERS
1394 # - OWNERS_AND_MANAGERS
1395 # - OWNERS_ONLY
1396 # - NONE
1397 &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:
1398 # - ALL_MEMBERS
1399 # - OWNERS_AND_MANAGERS
1400 # - OWNERS_ONLY
1401 # - NONE
1402 &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:
1403 # - ALL_MEMBERS
1404 # - OWNERS_AND_MANAGERS
1405 # - MANAGERS_ONLY
1406 # - OWNERS_ONLY
1407 # - NONE
1408 &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:
1409 # - ALL_MEMBERS
1410 # - OWNERS_AND_MANAGERS
1411 # - OWNERS_ONLY
1412 # - NONE
1413 &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:
1414 # - ALL_MEMBERS
1415 # - OWNERS_AND_MANAGERS
1416 # - OWNERS_ONLY
1417 # - NONE
1418 &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:
1419 # - ALL_MEMBERS
1420 # - OWNERS_AND_MANAGERS
1421 # - OWNERS_ONLY
1422 # - NONE
1423 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
1424 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
1425 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1426 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1427 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
1428 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
1429 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
1430 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
1431 # - 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.
1432 &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:
1433 # - ALL_MEMBERS
1434 # - OWNERS_AND_MANAGERS
1435 # - MANAGERS_ONLY
1436 # - OWNERS_ONLY
1437 # - NONE
1438 &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:
1439 # - ALL_MEMBERS
1440 # - OWNERS_AND_MANAGERS
1441 # - MANAGERS_ONLY
1442 # - OWNERS_ONLY
1443 # - NONE
1444 &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:
1445 # - ALL_MEMBERS
1446 # - OWNERS_AND_MANAGERS
1447 # - MANAGERS_ONLY
1448 # - OWNERS_ONLY
1449 # - NONE
1450 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
1451 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
1452 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
1453 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
1454 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
1455 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
1456 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
1457 # If a group already has external members, those members can still send email to this group.
1458 #
1459 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
1460 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
1461}</pre>
John Asmuth614db982014-04-24 15:46:26 -04001462</div>
1463
1464</body></html>