ChannelUpdateParametersProperties Class

Properties of the channel update parameters.

Constructor

ChannelUpdateParametersProperties(*args: Any, **kwargs: Any)

Variables

Name Description
expiration_time_if_not_activated_utc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

partner_destination_info

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partner_topic_info

Partner topic properties which can be updated if the channel is of type PartnerTopic.

Attributes

expiration_time_if_not_activated_utc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

expiration_time_if_not_activated_utc: datetime | None

partner_destination_info

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partner_destination_info: _models.PartnerUpdateDestinationInfo | None

partner_topic_info

Partner topic properties which can be updated if the channel is of type PartnerTopic.

partner_topic_info: _models.PartnerUpdateTopicInfo | None