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

ContactGroupResponse

import type { ContactGroupResponse } from "https://googleapis.deno.dev/v1/people:v1.ts";

The response for a specific contact group.

interface ContactGroupResponse {
contactGroup?: ContactGroup;
requestedResourceName?: string;
status?: Status;
}

§Properties

§
contactGroup?: ContactGroup
[src]

The contact group.

§
requestedResourceName?: string
[src]

The original requested resource name.

§
status?: Status
[src]

The status of the response.