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

BaiduChannelRequest

import type { BaiduChannelRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.

interface BaiduChannelRequest {
ApiKey: string;
Enabled?: boolean | null;
SecretKey: string;
}

§Properties

§
ApiKey: string
[src]

The API key that you received from the Baidu Cloud Push service to communicate with the service.

§
Enabled?: boolean | null
[src]

Specifies whether to enable the Baidu channel for the application.

§
SecretKey: string
[src]

The secret key that you received from the Baidu Cloud Push service to communicate with the service.