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

GoogleCloudChannelV1EduData

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

Required Edu Attributes

interface GoogleCloudChannelV1EduData {
instituteSize?:
| "INSTITUTE_SIZE_UNSPECIFIED"
| "SIZE_1_100"
| "SIZE_101_500"
| "SIZE_501_1000"
| "SIZE_1001_2000"
| "SIZE_2001_5000"
| "SIZE_5001_10000"
| "SIZE_10001_OR_MORE";
instituteType?: "INSTITUTE_TYPE_UNSPECIFIED" | "K12" | "UNIVERSITY";
website?: string;
}

§Properties

§
instituteSize?: "INSTITUTE_SIZE_UNSPECIFIED" | "SIZE_1_100" | "SIZE_101_500" | "SIZE_501_1000" | "SIZE_1001_2000" | "SIZE_2001_5000" | "SIZE_5001_10000" | "SIZE_10001_OR_MORE"
[src]

Size of the institute.

§
instituteType?: "INSTITUTE_TYPE_UNSPECIFIED" | "K12" | "UNIVERSITY"
[src]

Designated institute type of customer.

§
website?: string
[src]

Web address for the edu customer's institution.