pub struct Groups {
Show 62 fields pub allow_external_members: String, pub allow_google_communication: String, pub allow_web_posting: String, pub archive_only: String, pub custom_footer_text: String, pub custom_reply_to: String, pub custom_roles_enabled_for_settings_to_be_merged: String, pub default_message_deny_notification_text: String, pub default_sender: String, pub description: String, pub email: String, pub enable_collaborative_inbox: String, pub favorite_replies_on_top: String, pub include_custom_footer: String, pub include_in_global_address_list: String, pub is_archived: String, pub kind: String, pub max_message_bytes: i64, pub members_can_post_as_the_group: String, pub message_display_font: String, pub message_moderation_level: String, pub name: String, pub primary_language: String, pub reply_to: String, pub send_message_deny_notification: String, pub show_in_group_directory: String, pub spam_moderation_level: String, pub who_can_add: String, pub who_can_add_references: String, pub who_can_approve_members: String, pub who_can_approve_messages: String, pub who_can_assign_topics: String, pub who_can_assist_content: String, pub who_can_ban_users: String, pub who_can_contact_owner: String, pub who_can_delete_any_post: String, pub who_can_delete_topics: String, pub who_can_discover_group: String, pub who_can_enter_free_form_tags: String, pub who_can_hide_abuse: String, pub who_can_invite: String, pub who_can_join: String, pub who_can_leave_group: String, pub who_can_lock_topics: String, pub who_can_make_topics_sticky: String, pub who_can_mark_duplicate: String, pub who_can_mark_favorite_reply_on_any_topic: String, pub who_can_mark_favorite_reply_on_own_topic: String, pub who_can_mark_no_response_needed: String, pub who_can_moderate_content: String, pub who_can_moderate_members: String, pub who_can_modify_members: String, pub who_can_modify_tags_and_categories: String, pub who_can_move_topics_in: String, pub who_can_move_topics_out: String, pub who_can_post_announcements: String, pub who_can_post_message: String, pub who_can_take_topics: String, pub who_can_unassign_topic: String, pub who_can_unmark_favorite_reply_on_any_topic: String, pub who_can_view_group: String, pub who_can_view_membership: String,
}
Expand description

JSON template for Group resource

Fields

allow_external_members: String

JSON template for Group resource

allow_google_communication: String

JSON template for Group resource

allow_web_posting: String

JSON template for Group resource

archive_only: String

JSON template for Group resource

custom_footer_text: String

JSON template for Group resource

custom_reply_to: String

JSON template for Group resource

custom_roles_enabled_for_settings_to_be_merged: String

JSON template for Group resource

default_message_deny_notification_text: String

JSON template for Group resource

default_sender: String

JSON template for Group resource

description: String

JSON template for Group resource

email: String

JSON template for Group resource

enable_collaborative_inbox: String

JSON template for Group resource

favorite_replies_on_top: String

JSON template for Group resource

include_custom_footer: String

JSON template for Group resource

include_in_global_address_list: String

JSON template for Group resource

is_archived: String

JSON template for Group resource

kind: String

JSON template for Group resource

max_message_bytes: i64

JSON template for Group resource

members_can_post_as_the_group: String

JSON template for Group resource

message_display_font: String

JSON template for Group resource

message_moderation_level: String

JSON template for Group resource

name: String

JSON template for Group resource

primary_language: String

JSON template for Group resource

reply_to: String

JSON template for Group resource

send_message_deny_notification: String

JSON template for Group resource

show_in_group_directory: String

JSON template for Group resource

spam_moderation_level: String

JSON template for Group resource

who_can_add: String

JSON template for Group resource

who_can_add_references: String

JSON template for Group resource

who_can_approve_members: String

JSON template for Group resource

who_can_approve_messages: String

JSON template for Group resource

who_can_assign_topics: String

JSON template for Group resource

who_can_assist_content: String

JSON template for Group resource

who_can_ban_users: String

JSON template for Group resource

who_can_contact_owner: String

JSON template for Group resource

who_can_delete_any_post: String

JSON template for Group resource

who_can_delete_topics: String

JSON template for Group resource

who_can_discover_group: String

JSON template for Group resource

who_can_enter_free_form_tags: String

JSON template for Group resource

who_can_hide_abuse: String

JSON template for Group resource

who_can_invite: String

JSON template for Group resource

who_can_join: String

JSON template for Group resource

who_can_leave_group: String

JSON template for Group resource

who_can_lock_topics: String

JSON template for Group resource

who_can_make_topics_sticky: String

JSON template for Group resource

who_can_mark_duplicate: String

JSON template for Group resource

who_can_mark_favorite_reply_on_any_topic: String

JSON template for Group resource

who_can_mark_favorite_reply_on_own_topic: String

JSON template for Group resource

who_can_mark_no_response_needed: String

JSON template for Group resource

who_can_moderate_content: String

JSON template for Group resource

who_can_moderate_members: String

JSON template for Group resource

who_can_modify_members: String

JSON template for Group resource

who_can_modify_tags_and_categories: String

JSON template for Group resource

who_can_move_topics_in: String

JSON template for Group resource

who_can_move_topics_out: String

JSON template for Group resource

who_can_post_announcements: String

JSON template for Group resource

who_can_post_message: String

JSON template for Group resource

who_can_take_topics: String

JSON template for Group resource

who_can_unassign_topic: String

JSON template for Group resource

who_can_unmark_favorite_reply_on_any_topic: String

JSON template for Group resource

who_can_view_group: String

JSON template for Group resource

who_can_view_membership: String

JSON template for Group resource

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more