Share via


BaiduRegistrationDescription interface

Represents a Baidu registration description.

Extends

Properties

kind

The kind of the registration.

Inherited Properties

baiduChannelId

The Baidu channel identifier.

baiduUserId

The Baidu user identifier.

etag

The ETag associated with this description.

expirationTime

The expiration time of the registration.

pushVariables

A dictionary of push variables associated with property bag.

registrationId

The registration ID.

tags

The tags associated with the registration.

Property Details

kind

The kind of the registration.

kind: "Baidu"

Property Value

"Baidu"

Inherited Property Details

baiduChannelId

The Baidu channel identifier.

baiduChannelId: string

Property Value

string

Inherited From BaiduRegistrationDescriptionCommon.baiduChannelId

baiduUserId

The Baidu user identifier.

baiduUserId: string

Property Value

string

Inherited From BaiduRegistrationDescriptionCommon.baiduUserId

etag

The ETag associated with this description.

etag?: string

Property Value

string

Inherited From BaiduRegistrationDescriptionCommon.etag

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

Inherited From BaiduRegistrationDescriptionCommon.expirationTime

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From BaiduRegistrationDescriptionCommon.pushVariables

registrationId

The registration ID.

registrationId?: string

Property Value

string

Inherited From BaiduRegistrationDescriptionCommon.registrationId

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]

Inherited From BaiduRegistrationDescriptionCommon.tags