Compartir a través de


RegistrationDescriptionCommon interface

Represents a registration description.

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

etag

The ETag associated with this description.

etag?: string

Property Value

string

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

registrationId

The registration ID.

registrationId?: string

Property Value

string

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]