channel_ttl Property

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Syntax

def get_channel_ttl() -> str: ...
def set_channel_ttl(value: str) -> None: ...

channel_ttl = property(get_channel_ttl, set_channel_ttl)

Default Value

""

Remarks

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]