Share via


BaiduRegistrationDescriptionCommon interface

Represents a registration description.

Extends

Properties

baiduChannelId

The Baidu channel identifier.

baiduUserId

The Baidu user identifier.

Inherited Properties

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

baiduChannelId

The Baidu channel identifier.

baiduChannelId: string

Property Value

string

baiduUserId

The Baidu user identifier.

baiduUserId: string

Property Value

string

Inherited Property Details

etag

The ETag associated with this description.

etag?: string

Property Value

string

Inherited From RegistrationDescriptionCommon.etag

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

Inherited From RegistrationDescriptionCommon.expirationTime

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From RegistrationDescriptionCommon.pushVariables

registrationId

The registration ID.

registrationId?: string

Property Value

string

Inherited From RegistrationDescriptionCommon.registrationId

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]

Inherited From RegistrationDescriptionCommon.tags