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

ContactMethod

import type { ContactMethod } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface ContactMethod {
arn?: string | null;
contactEndpoint?: string | null;
createdAt?: Date | number | null;
location?: ResourceLocation | null;
name?: string | null;
protocol?: ContactProtocol | null;
resourceType?: ResourceType | null;
status?: ContactMethodStatus | null;
supportCode?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
contactEndpoint?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
location?: ResourceLocation | null
[src]
§
name?: string | null
[src]
§
protocol?: ContactProtocol | null
[src]
§
resourceType?: ResourceType | null
[src]
§
supportCode?: string | null
[src]