BaiduRegistrationDescription interface
Represents a Baidu registration description.
Properties
| kind | The kind of the registration. |
Inherited Properties
| baidu |
The Baidu channel identifier. |
| baidu |
The Baidu user identifier. |
| etag | The ETag associated with this description. |
| expiration |
The expiration time of the registration. |
| push |
A dictionary of push variables associated with property bag. |
| registration |
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