Options🔗
Definition🔗
class Options:
show_time: bool
wrap_log_message: bool
enable_log_details: bool
sort_order: common.LogsSortOrder
dedup_strategy: common.LogsDedupStrategy
enable_infinite_scrolling: typing.Optional[bool]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.