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

SustainabilityCertifications

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

Sustainability certifications the hotel has been awarded. Deprecated: this message is no longer populated. All certification data is now provided by BeCause.

interface SustainabilityCertifications {
breeamCertification?:
| "BREEAM_CERTIFICATION_UNSPECIFIED"
| "NO_BREEAM_CERTIFICATION"
| "BREEAM_PASS"
| "BREEAM_GOOD"
| "BREEAM_VERY_GOOD"
| "BREEAM_EXCELLENT"
| "BREEAM_OUTSTANDING";
breeamCertificationException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
ecoCertifications?: EcoCertification[];
leedCertification?:
| "LEED_CERTIFICATION_UNSPECIFIED"
| "NO_LEED_CERTIFICATION"
| "LEED_CERTIFIED"
| "LEED_SILVER"
| "LEED_GOLD"
| "LEED_PLATINUM";
leedCertificationException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
breeamCertification?: "BREEAM_CERTIFICATION_UNSPECIFIED" | "NO_BREEAM_CERTIFICATION" | "BREEAM_PASS" | "BREEAM_GOOD" | "BREEAM_VERY_GOOD" | "BREEAM_EXCELLENT" | "BREEAM_OUTSTANDING"
[src]

BREEAM certification.

§
breeamCertificationException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

BREEAM certification exception.

§
ecoCertifications?: EcoCertification[]
[src]

The eco certificates awarded to the hotel.

§
leedCertification?: "LEED_CERTIFICATION_UNSPECIFIED" | "NO_LEED_CERTIFICATION" | "LEED_CERTIFIED" | "LEED_SILVER" | "LEED_GOLD" | "LEED_PLATINUM"
[src]

LEED certification.

§
leedCertificationException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

LEED certification exception.