Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GroupsSettings

import { GroupsSettings } from "https://googleapis.deno.dev/v1/groupssettings:v1.ts";

Manages permission levels and related settings of a group.

class GroupsSettings {
constructor(client?: CredentialsClient, baseUrl?: string);
async groupsGet(groupUniqueId: string): Promise<Groups>;
async groupsPatch(groupUniqueId: string, req: Groups): Promise<Groups>;
async groupsUpdate(groupUniqueId: string, req: Groups): Promise<Groups>;
}

§Constructors

§
new GroupsSettings(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
groupsGet(groupUniqueId: string): Promise<Groups>
[src]

Gets one resource by id.

@param groupUniqueId

The group's email address.

§
groupsPatch(groupUniqueId: string, req: Groups): Promise<Groups>
[src]

Updates an existing resource. This method supports patch semantics.

@param groupUniqueId

The group's email address.

§
groupsUpdate(groupUniqueId: string, req: Groups): Promise<Groups>
[src]

Updates an existing resource.

@param groupUniqueId

The group's email address.