Struct google_groups_settings::groups::Groups [−][src]
pub struct Groups {
pub client: Client,
}Fields
client: ClientImplementations
This function performs a GET to the /{groupUniqueId} endpoint.
Gets one resource by id.
Parameters:
group_unique_id: &str– Identifies whether members external to your organization can join the group. Possible values are:
- true: G Suite users external to your organization can become members of this group.
- false: Users not belonging to the organization are not allowed to become members of this group.
This function performs a PUT to the /{groupUniqueId} endpoint.
Updates an existing resource.
Parameters:
group_unique_id: &str– Identifies whether members external to your organization can join the group. Possible values are:
- true: G Suite users external to your organization can become members of this group.
- false: Users not belonging to the organization are not allowed to become members of this group.
This function performs a PATCH to the /{groupUniqueId} endpoint.
Updates an existing resource. This method supports patch semantics.
Parameters:
group_unique_id: &str– Identifies whether members external to your organization can join the group. Possible values are:
- true: G Suite users external to your organization can become members of this group.
- false: Users not belonging to the organization are not allowed to become members of this group.