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

GetNotificationChannelVerificationCodeResponse

import type { GetNotificationChannelVerificationCodeResponse } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The GetNotificationChannelVerificationCode request.

interface GetNotificationChannelVerificationCodeResponse {
code?: string;
expireTime?: Date;
}

§Properties

§
code?: string
[src]

The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).

§
expireTime?: Date
[src]

The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.