SystemConfigurationCache

class pydelfini.delfini_core.models.system_configuration_cache.SystemConfigurationCache(cache_default_timeout=300, cache_type=Unset)[source]

Bases: object

SystemConfigurationCache model

Parameters:
cache_default_timeout

Default: 300.

Type:

Union[Unset, int]

cache_type
Type:

Union[Unset, SystemConfigurationCacheCacheType]

Attributes

cache_default_timeout

cache_type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationCache from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]