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

BaiduChannelResponse

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

Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.

interface BaiduChannelResponse {
ApplicationId?: string | null;
CreationDate?: string | null;
Credential: string;
Enabled?: boolean | null;
HasCredential?: boolean | null;
Id?: string | null;
IsArchived?: boolean | null;
LastModifiedBy?: string | null;
LastModifiedDate?: string | null;
Platform: string;
Version?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The unique identifier for the application that the Baidu channel applies to.

§
CreationDate?: string | null
[src]

The date and time when the Baidu channel was enabled.

§
Credential: 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 the Baidu channel is enabled for the application.

§
HasCredential?: boolean | null
[src]

(Not used) This property is retained only for backward compatibility.

§
Id?: string | null
[src]

(Deprecated) An identifier for the Baidu channel. This property is retained only for backward compatibility.

§
IsArchived?: boolean | null
[src]

Specifies whether the Baidu channel is archived.

§
LastModifiedBy?: string | null
[src]

The user who last modified the Baidu channel.

§
LastModifiedDate?: string | null
[src]

The date and time when the Baidu channel was last modified.

§
Platform: string
[src]

The type of messaging or notification platform for the channel. For the Baidu channel, this value is BAIDU.

§
Version?: number | null
[src]

The current version of the Baidu channel.